AWSEC2ScheduledInstancesPlacement

Objective-C

@interface AWSEC2ScheduledInstancesPlacement

Swift

class AWSEC2ScheduledInstancesPlacement

Describes the placement for a Scheduled Instance.

  • The Availability Zone.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable availabilityZone;

    Swift

    var availabilityZone: String? { get set }
  • The name of the placement group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable groupName;

    Swift

    var groupName: String? { get set }