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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


55008
55009
55010
55011
55012
55013
55014
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55008

class Region < Struct.new(
  :endpoint,
  :region_name,
  :opt_in_status)
  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)


55008
55009
55010
55011
55012
55013
55014
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55008

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

#region_nameString

The name of the Region.

Returns:

  • (String)


55008
55009
55010
55011
55012
55013
55014
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55008

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