Class: Aws::Types::ViolationEvent

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:



5462
5463
5464
# File 'sig/types.rbs', line 5462

def behavior
  @behavior
end

#metric_valueTypes::MetricValue

Returns the value of attribute metric_value.

Returns:



5463
5464
5465
# File 'sig/types.rbs', line 5463

def metric_value
  @metric_value
end

#security_profile_name::String

Returns the value of attribute security_profile_name.

Returns:

  • (::String)


5461
5462
5463
# File 'sig/types.rbs', line 5461

def security_profile_name
  @security_profile_name
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


5460
5461
5462
# File 'sig/types.rbs', line 5460

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")


5466
5467
5468
# File 'sig/types.rbs', line 5466

def verification_state
  @verification_state
end

#verification_state_description::String

Returns the value of attribute verification_state_description.

Returns:

  • (::String)


5467
5468
5469
# File 'sig/types.rbs', line 5467

def verification_state_description
  @verification_state_description
end

#violation_event_additional_infoTypes::ViolationEventAdditionalInfo

Returns the value of attribute violation_event_additional_info.



5464
5465
5466
# File 'sig/types.rbs', line 5464

def violation_event_additional_info
  @violation_event_additional_info
end

#violation_event_time::Time

Returns the value of attribute violation_event_time.

Returns:

  • (::Time)


5468
5469
5470
# File 'sig/types.rbs', line 5468

def violation_event_time
  @violation_event_time
end

#violation_event_type"in-alarm", ...

Returns the value of attribute violation_event_type.

Returns:

  • ("in-alarm", "alarm-cleared", "alarm-invalidated")


5465
5466
5467
# File 'sig/types.rbs', line 5465

def violation_event_type
  @violation_event_type
end

#violation_id::String

Returns the value of attribute violation_id.

Returns:

  • (::String)


5459
5460
5461
# File 'sig/types.rbs', line 5459

def violation_id
  @violation_id
end