Class: Aws::EC2::Types::LocalGateway
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::LocalGateway
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a local gateway.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #local_gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the local gateway.
 - 
  
    
      #outpost_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the Outpost.
 - 
  
    
      #owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services account that owns the local gateway.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the local gateway.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags assigned to the local gateway.
 
Instance Attribute Details
#local_gateway_id ⇒ String
The ID of the local gateway.
      49958 49959 49960 49961 49962 49963 49964 49965 49966  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49958 class LocalGateway < Struct.new( :local_gateway_id, :outpost_arn, :owner_id, :state, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost.
      49958 49959 49960 49961 49962 49963 49964 49965 49966  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49958 class LocalGateway < Struct.new( :local_gateway_id, :outpost_arn, :owner_id, :state, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the local gateway.
      49958 49959 49960 49961 49962 49963 49964 49965 49966  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49958 class LocalGateway < Struct.new( :local_gateway_id, :outpost_arn, :owner_id, :state, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the local gateway.
      49958 49959 49960 49961 49962 49963 49964 49965 49966  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49958 class LocalGateway < Struct.new( :local_gateway_id, :outpost_arn, :owner_id, :state, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags assigned to the local gateway.
      49958 49959 49960 49961 49962 49963 49964 49965 49966  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 49958 class LocalGateway < Struct.new( :local_gateway_id, :outpost_arn, :owner_id, :state, :tags) SENSITIVE = [] include Aws::Structure end  |