AWSEC2DescribeRegionsRequest

Objective-C

@interface AWSEC2DescribeRegionsRequest

Swift

class AWSEC2DescribeRegionsRequest
  • Indicates whether to display all Regions, including Regions that are disabled for your account.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable allRegions;

    Swift

    var allRegions: NSNumber? { get set }
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable dryRun;

    Swift

    var dryRun: NSNumber? { get set }
  • The filters.

    • endpoint - The endpoint of the Region (for example, ec2.us-east-1.amazonaws.com).

    • opt-in-status - The opt-in status of the Region (opt-in-not-required | opted-in | not-opted-in).

    • region-name - The name of the Region (for example, us-east-1).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Filter *> *_Nullable filters;

    Swift

    var filters: [AWSEC2Filter]? { get set }
  • The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable regionNames;

    Swift

    var regionNames: [String]? { get set }