InstanceCount
public struct InstanceCount : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of listed Reserved Instances in the state specified by the state.
Declaration
Swift
public let instanceCount: Int?
-
The states of the listed Reserved Instances.
Declaration
Swift
public let state: ListingState?
-
Undocumented
Declaration
Swift
public init(instanceCount: Int? = nil, state: ListingState? = nil)