Class: Aws::Outposts::Types::GetSiteInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetSiteInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#site_id ⇒ String
The ID or the Amazon Resource Name (ARN) of the site.
Instance Attribute Details
#site_id ⇒ String
The ID or the Amazon Resource Name (ARN) of the site.
1035 1036 1037 1038 1039 |
# File 'lib/aws-sdk-outposts/types.rb', line 1035 class GetSiteInput < Struct.new( :site_id) SENSITIVE = [] include Aws::Structure end |