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.
911 912 913 914 915 |
# File 'lib/aws-sdk-outposts/types.rb', line 911 class GetSiteOutput < Struct.new( :site) SENSITIVE = [] include Aws::Structure end |