Class: Aws::Shield::Types::DescribeProtectionResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-shield/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#protectionTypes::Protection

The Protection that you requested.

Returns:



813
814
815
816
817
# File 'lib/aws-sdk-shield/types.rb', line 813

class DescribeProtectionResponse < Struct.new(
  :protection)
  SENSITIVE = []
  include Aws::Structure
end