Class: Aws::Shield::Types::DescribeProtectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::DescribeProtectionResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#protection ⇒ Types::Protection
The Protection that you requested.
Instance Attribute Details
#protection ⇒ Types::Protection
The Protection that you requested.
813 814 815 816 817 |
# File 'lib/aws-sdk-shield/types.rb', line 813 class DescribeProtectionResponse < Struct.new( :protection) SENSITIVE = [] include Aws::Structure end |