Class: Aws::Outposts::Types::GetSiteOutput

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:



939
940
941
942
943
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 939

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