Class: Aws::Outposts::Types::DeleteSiteInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::DeleteSiteInput
- 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.
655 656 657 658 659 |
# File 'lib/aws-sdk-outposts/types.rb', line 655 class DeleteSiteInput < Struct.new( :site_id) SENSITIVE = [] include Aws::Structure end |