Class: Aws::EC2::Types::SupportedRegionDetail

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

Overview

Describes a supported Region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#regionString

The Region code.

Returns:

  • (String)


72577
72578
72579
72580
72581
72582
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72577

class SupportedRegionDetail < Struct.new(
  :region,
  :service_state)
  SENSITIVE = []
  include Aws::Structure
end

#service_stateString

The service state. The possible values are Pending, Available, Deleting, Deleted, Failed, and Closed.

Returns:

  • (String)


72577
72578
72579
72580
72581
72582
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72577

class SupportedRegionDetail < Struct.new(
  :region,
  :service_state)
  SENSITIVE = []
  include Aws::Structure
end