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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

Note:

When making an API call, you may pass GetSiteInput data as a hash:

{
  site_id: "SiteId", # required
}

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)


717
718
719
720
721
# File 'lib/aws-sdk-outposts/types.rb', line 717

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