Class: Aws::Outposts::Types::UpdateOutpostOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::UpdateOutpostOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#outpost ⇒ Types::Outpost
Information about an Outpost.
Instance Attribute Details
#outpost ⇒ Types::Outpost
Information about an Outpost.
1684 1685 1686 1687 1688 |
# File 'lib/aws-sdk-outposts/types.rb', line 1684 class UpdateOutpostOutput < Struct.new( :outpost) SENSITIVE = [] include Aws::Structure end |