CreateDatastoreResponse
public struct CreateDatastoreResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the data store.
Declaration
Swift
public let datastoreArn: String?
-
The name of the data store.
Declaration
Swift
public let datastoreName: String?
-
How long, in days, message data is kept for the data store.
Declaration
Swift
public let retentionPeriod: RetentionPeriod?
-
Undocumented
Declaration
Swift
public init(datastoreArn: String? = nil, datastoreName: String? = nil, retentionPeriod: RetentionPeriod? = nil)