Class: Aws::Outposts::Types::GetSiteInput

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

#site_idString

The ID or the Amazon Resource Name (ARN) of the site.

Returns:

  • (String)


1113
1114
1115
1116
1117
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1113

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