Class: Aws::Types::AttackSummary

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#attack_id::String

Returns the value of attribute attack_id.



88
89
90
# File 'sig/types.rbs', line 88

def attack_id
  @attack_id
end

#attack_vectors::Array[Types::AttackVectorDescription]

Returns the value of attribute attack_vectors.



92
93
94
# File 'sig/types.rbs', line 92

def attack_vectors
  @attack_vectors
end

#end_time::Time

Returns the value of attribute end_time.



91
92
93
# File 'sig/types.rbs', line 91

def end_time
  @end_time
end

#resource_arn::String

Returns the value of attribute resource_arn.



89
90
91
# File 'sig/types.rbs', line 89

def resource_arn
  @resource_arn
end

#start_time::Time

Returns the value of attribute start_time.



90
91
92
# File 'sig/types.rbs', line 90

def start_time
  @start_time
end