AWSEC2Region

Objective-C

@interface AWSEC2Region

Swift

class AWSEC2Region

Describes a Region.

  • The Region service endpoint.

    Declaration

    Objective-C

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

    Swift

    var endpoint: String? { get set }
  • The Region opt-in status. The possible values are opt-in-not-required, opted-in, and not-opted-in.

    Declaration

    Objective-C

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

    Swift

    var optInStatus: String? { get set }
  • The name of the Region.

    Declaration

    Objective-C

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

    Swift

    var regionName: String? { get set }