Class: Aws::Shield::Types::DescribeProtectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::DescribeProtectionResponse
- Defined in:
- gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#protection ⇒ Types::Protection
The Protection object that is described.
Instance Attribute Details
#protection ⇒ Types::Protection
The Protection object that is described.
838 839 840 841 842 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 838 class DescribeProtectionResponse < Struct.new( :protection) SENSITIVE = [] include Aws::Structure end |