Class: Aws::Outposts::Types::CreateOutpostOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::CreateOutpostOutput
- 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.
561 562 563 564 565 |
# File 'lib/aws-sdk-outposts/types.rb', line 561 class CreateOutpostOutput < Struct.new( :outpost) SENSITIVE = [] include Aws::Structure end |