InstanceUsage
public struct InstanceUsage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the AWS account that is making use of the Capacity Reservation.
Declaration
Swift
public let accountId: String? -
The number of instances the AWS account currently has in the Capacity Reservation.
Declaration
Swift
public let usedInstanceCount: Int? -
Undocumented
Declaration
Swift
public init(accountId: String? = nil, usedInstanceCount: Int? = nil)
View on GitHub
InstanceUsage Structure Reference