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:



385
386
387
388
389
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 385

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