Class: Aws::Outposts::Types::UpdateSiteOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::UpdateSiteOutput
- 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.
2338 2339 2340 2341 2342 |
# File 'lib/aws-sdk-outposts/types.rb', line 2338 class UpdateSiteOutput < Struct.new( :site) SENSITIVE = [] include Aws::Structure end |