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

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

#siteTypes::Site

Information about a site.

Returns:



537
538
539
540
541
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 537

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