Class: Aws::Outposts::Types::CreateSiteOutput

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

#site ⇒ Types::Site

Information about a site.

Returns:



846
847
848
849
850
# File 'lib/aws-sdk-outposts/types.rb', line 846

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