Class: Aws::Outposts::Types::GetSiteOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Outposts::Types::GetSiteOutput
 
- Defined in:
- gems/aws-sdk-outposts/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.
| 1125 1126 1127 1128 1129 | # File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1125 class GetSiteOutput < Struct.new( :site) SENSITIVE = [] include Aws::Structure end |