Class: Aws::EC2::Types::DescribeRegionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#all_regionsBoolean

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

Returns:

  • (Boolean)


23708
23709
23710
23711
23712
23713
23714
23715
# File 'lib/aws-sdk-ec2/types.rb', line 23708

class DescribeRegionsRequest < Struct.new(
  :filters,
  :region_names,
  :dry_run,
  :all_regions)
  SENSITIVE = []
  include Aws::Structure
end

#dry_runBoolean

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`.

Returns:

  • (Boolean)


23708
23709
23710
23711
23712
23713
23714
23715
# File 'lib/aws-sdk-ec2/types.rb', line 23708

class DescribeRegionsRequest < Struct.new(
  :filters,
  :region_names,
  :dry_run,
  :all_regions)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::Filter>

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`).

Returns:



23708
23709
23710
23711
23712
23713
23714
23715
# File 'lib/aws-sdk-ec2/types.rb', line 23708

class DescribeRegionsRequest < Struct.new(
  :filters,
  :region_names,
  :dry_run,
  :all_regions)
  SENSITIVE = []
  include Aws::Structure
end

#region_namesArray<String>

The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.

Returns:

  • (Array<String>)


23708
23709
23710
23711
23712
23713
23714
23715
# File 'lib/aws-sdk-ec2/types.rb', line 23708

class DescribeRegionsRequest < Struct.new(
  :filters,
  :region_names,
  :dry_run,
  :all_regions)
  SENSITIVE = []
  include Aws::Structure
end