Class: Aws::Outposts::Types::UpdateOutpostOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1553
1554
1555
1556
1557
# File 'lib/aws-sdk-outposts/types.rb', line 1553

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