Class: Aws::Shield::Types::DisableApplicationLayerAutomaticResponseRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN (Amazon Resource Name) of the protected resource.

Returns:

  • (String)


843
844
845
846
847
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 843

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