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

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

Overview

Describes a region.

Instance Attribute Summary collapse

Instance Attribute Details

#endpointString

The region service endpoint.

Returns:

  • (String)


28544
28545
28546
28547
28548
# File 'lib/aws-sdk-ec2/types.rb', line 28544

class Region < Struct.new(
  :endpoint,
  :region_name)
  include Aws::Structure
end

#region_nameString

The name of the region.

Returns:

  • (String)


28544
28545
28546
28547
28548
# File 'lib/aws-sdk-ec2/types.rb', line 28544

class Region < Struct.new(
  :endpoint,
  :region_name)
  include Aws::Structure
end