Class: Aws::Shield::Types::CreateProtectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::CreateProtectionResponse
- 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 that is created.
Instance Attribute Details
#protection_id ⇒ String
The unique identifier (ID) for the Protection object that is created.
606 607 608 609 610 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 606 class CreateProtectionResponse < Struct.new( :protection_id) SENSITIVE = [] include Aws::Structure end |