DescribeFleetsInstances
public struct DescribeFleetsInstances : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The IDs of the instances.
Declaration
Swift
public let instanceIds: [String]?
-
The instance type.
Declaration
Swift
public let instanceType: InstanceType?
-
The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.
Declaration
Swift
public let launchTemplateAndOverrides: LaunchTemplateAndOverridesResponse?
-
Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.
Declaration
Swift
public let lifecycle: InstanceLifecycle?
-
The value is Windows for Windows instances. Otherwise, the value is blank.
Declaration
Swift
public let platform: PlatformValues?
-
Undocumented
Declaration
Swift
public init(instanceIds: [String]? = nil, instanceType: InstanceType? = nil, launchTemplateAndOverrides: LaunchTemplateAndOverridesResponse? = nil, lifecycle: InstanceLifecycle? = nil, platform: PlatformValues? = nil)