Class: Aws::Shield::Types::DeleteProtectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::DeleteProtectionRequest
- Defined in:
- gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#protection_id ⇒ String
The unique identifier (ID) for the Protection object to be deleted.
Instance Attribute Details
#protection_id ⇒ String
The unique identifier (ID) for the Protection object to be deleted.
646 647 648 649 650 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 646 class DeleteProtectionRequest < Struct.new( :protection_id) SENSITIVE = [] include Aws::Structure end |