Class: Aws::EC2::Types::Region

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

Overview

Describes a Region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointString

The Region service endpoint.

Returns:

  • (String)


59101
59102
59103
59104
59105
59106
59107
# File 'lib/aws-sdk-ec2/types.rb', line 59101

class Region < Struct.new(
  :opt_in_status,
  :region_name,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#opt_in_statusString

The Region opt-in status. The possible values are ‘opt-in-not-required`, `opted-in`, and `not-opted-in`.

Returns:

  • (String)


59101
59102
59103
59104
59105
59106
59107
# File 'lib/aws-sdk-ec2/types.rb', line 59101

class Region < Struct.new(
  :opt_in_status,
  :region_name,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#region_nameString

The name of the Region.

Returns:

  • (String)


59101
59102
59103
59104
59105
59106
59107
# File 'lib/aws-sdk-ec2/types.rb', line 59101

class Region < Struct.new(
  :opt_in_status,
  :region_name,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end