Class: Aws::EC2::Types::SupportedRegionDetail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::SupportedRegionDetail
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a supported Region.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Region code.
 - 
  
    
      #service_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The service state.
 
Instance Attribute Details
#region ⇒ String
The Region code.
      68383 68384 68385 68386 68387 68388  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68383 class SupportedRegionDetail < Struct.new( :region, :service_state) SENSITIVE = [] include Aws::Structure end  | 
  
#service_state ⇒ String
The service state. The possible values are ‘Pending`, `Available`, `Deleting`, `Deleted`, `Failed`, and `Closed`.
      68383 68384 68385 68386 68387 68388  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68383 class SupportedRegionDetail < Struct.new( :region, :service_state) SENSITIVE = [] include Aws::Structure end  |