Class: Aws::EC2::Types::Region
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::Region
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a Region.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Region service endpoint.
 - 
  
    
      #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.
      59326 59327 59328 59329 59330 59331 59332  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 59326 class Region < Struct.new( :opt_in_status, :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`.
      59326 59327 59328 59329 59330 59331 59332  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 59326 class Region < Struct.new( :opt_in_status, :region_name, :endpoint) SENSITIVE = [] include Aws::Structure end  |