Class: Aws::Outposts::Types::GetOutpostOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetOutpostOutput
- 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.
940 941 942 943 944 |
# File 'lib/aws-sdk-outposts/types.rb', line 940 class GetOutpostOutput < Struct.new( :outpost) SENSITIVE = [] include Aws::Structure end |