Class: Aws::Outposts::Types::GetSiteOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Outposts::Types::GetSiteOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-outposts/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #site  ⇒ Types::Site 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about a site.
 
Instance Attribute Details
#site ⇒ Types::Site
Information about a site.
      1047 1048 1049 1050 1051  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 1047 class GetSiteOutput < Struct.new( :site) SENSITIVE = [] include Aws::Structure end  |