Class: Aws::Outposts::Types::CreateOutpostOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#outpostTypes::Outpost

Information about an Outpost.

Returns:



471
472
473
474
475
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 471

class CreateOutpostOutput < Struct.new(
  :outpost)
  SENSITIVE = []
  include Aws::Structure
end