Method: Aws::Shield::Types::AttackDetail#resource_arn

Defined in:
lib/aws-sdk-shield/types.rb

#resource_arnString

The ARN (Amazon Resource Name) of the resource that was attacked.

Returns:

  • (String)


220
221
222
223
224
225
226
227
228
229
230
231
# File 'lib/aws-sdk-shield/types.rb', line 220

class AttackDetail < Struct.new(
  :attack_id,
  :resource_arn,
  :sub_resources,
  :start_time,
  :end_time,
  :attack_counters,
  :attack_properties,
  :mitigations)
  SENSITIVE = []
  include Aws::Structure
end