Class: Aws::Shield::Types::DisableApplicationLayerAutomaticResponseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::DisableApplicationLayerAutomaticResponseRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN (Amazon Resource Name) of the protected resource.
Instance Attribute Details
#resource_arn ⇒ String
The ARN (Amazon Resource Name) of the protected resource.
843 844 845 846 847 |
# File 'lib/aws-sdk-shield/types.rb', line 843 class DisableApplicationLayerAutomaticResponseRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |