ProvisionedCapacityDescription
public struct ProvisionedCapacityDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID that identifies the provisioned capacity unit.
Declaration
Swift
public let capacityId: String?
-
The date that the provisioned capacity unit expires, in Universal Coordinated Time (UTC).
Declaration
Swift
public let expirationDate: String?
-
The date that the provisioned capacity unit was purchased, in Universal Coordinated Time (UTC).
Declaration
Swift
public let startDate: String?
-
Undocumented
Declaration
Swift
public init(capacityId: String? = nil, expirationDate: String? = nil, startDate: String? = nil)