Class: Aws::Outposts::Types::GetOutpostInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Outposts::Types::GetOutpostInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-outposts/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #outpost_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID or ARN of the Outpost.
 
Instance Attribute Details
#outpost_id ⇒ String
The ID or ARN of the Outpost.
      879 880 881 882 883  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 879 class GetOutpostInput < Struct.new( :outpost_id) SENSITIVE = [] include Aws::Structure end  |