Class: Aws::Types::AttackDetail

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#attack_counters::Array[Types::SummarizedCounter]

Returns the value of attribute attack_counters.



66
67
68
# File 'sig/types.rbs', line 66

def attack_counters
  @attack_counters
end

#attack_id::String

Returns the value of attribute attack_id.



61
62
63
# File 'sig/types.rbs', line 61

def attack_id
  @attack_id
end

#attack_properties::Array[Types::AttackProperty]

Returns the value of attribute attack_properties.



67
68
69
# File 'sig/types.rbs', line 67

def attack_properties
  @attack_properties
end

#end_time::Time

Returns the value of attribute end_time.



65
66
67
# File 'sig/types.rbs', line 65

def end_time
  @end_time
end

#mitigations::Array[Types::Mitigation]

Returns the value of attribute mitigations.



68
69
70
# File 'sig/types.rbs', line 68

def mitigations
  @mitigations
end

#resource_arn::String

Returns the value of attribute resource_arn.



62
63
64
# File 'sig/types.rbs', line 62

def resource_arn
  @resource_arn
end

#start_time::Time

Returns the value of attribute start_time.



64
65
66
# File 'sig/types.rbs', line 64

def start_time
  @start_time
end

#sub_resources::Array[Types::SubResourceSummary]

Returns the value of attribute sub_resources.



63
64
65
# File 'sig/types.rbs', line 63

def sub_resources
  @sub_resources
end