Class: Aws::EC2::Types::Region
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Region
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ String
The Region service endpoint.
-
#geography ⇒ Array<Types::RegionGeography>
The geography information for the Region.
-
#opt_in_status ⇒ String
The Region opt-in status.
-
#region_name ⇒ String
The name of the Region.
Instance Attribute Details
#endpoint ⇒ String
The Region service endpoint.
69996 69997 69998 69999 70000 70001 70002 70003 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69996 class Region < Struct.new( :opt_in_status, :geography, :region_name, :endpoint) SENSITIVE = [] include Aws::Structure end |
#geography ⇒ Array<Types::RegionGeography>
The geography information for the Region. The geography is returned as a list.
69996 69997 69998 69999 70000 70001 70002 70003 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69996 class Region < Struct.new( :opt_in_status, :geography, :region_name, :endpoint) SENSITIVE = [] include Aws::Structure end |
#opt_in_status ⇒ String
The Region opt-in status. The possible values are
opt-in-not-required, opted-in, and not-opted-in.
69996 69997 69998 69999 70000 70001 70002 70003 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69996 class Region < Struct.new( :opt_in_status, :geography, :region_name, :endpoint) SENSITIVE = [] include Aws::Structure end |