Class: Aws::Types::ActiveViolation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#behaviorTypes::Behavior

Returns the value of attribute behavior.

Returns:



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

def behavior
  @behavior
end

#last_violation_time::Time

Returns the value of attribute last_violation_time.

Returns:

  • (::Time)


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

def last_violation_time
  @last_violation_time
end

#last_violation_valueTypes::MetricValue

Returns the value of attribute last_violation_value.

Returns:



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

def last_violation_value
  @last_violation_value
end

#security_profile_name::String

Returns the value of attribute security_profile_name.

Returns:

  • (::String)


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

def security_profile_name
  @security_profile_name
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


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

def thing_name
  @thing_name
end

#verification_state"FALSE_POSITIVE", ...

Returns the value of attribute verification_state.

Returns:

  • ("FALSE_POSITIVE", "BENIGN_POSITIVE", "TRUE_POSITIVE", "UNKNOWN")


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

def verification_state
  @verification_state
end

#verification_state_description::String

Returns the value of attribute verification_state_description.

Returns:

  • (::String)


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

def verification_state_description
  @verification_state_description
end

#violation_event_additional_infoTypes::ViolationEventAdditionalInfo

Returns the value of attribute violation_event_additional_info.



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

def violation_event_additional_info
  @violation_event_additional_info
end

#violation_id::String

Returns the value of attribute violation_id.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def violation_id
  @violation_id
end

#violation_start_time::Time

Returns the value of attribute violation_start_time.

Returns:

  • (::Time)


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

def violation_start_time
  @violation_start_time
end