Class: Aws::Types::ListViolationEventsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#behavior_criteria_type"STATIC", ...

Returns the value of attribute behavior_criteria_type.

Returns:

  • ("STATIC", "STATISTICAL", "MACHINE_LEARNING")


3827
3828
3829
# File 'sig/types.rbs', line 3827

def behavior_criteria_type
  @behavior_criteria_type
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


3824
3825
3826
# File 'sig/types.rbs', line 3824

def end_time
  @end_time
end

#list_suppressed_alertsBoolean

Returns the value of attribute list_suppressed_alerts.

Returns:

  • (Boolean)


3828
3829
3830
# File 'sig/types.rbs', line 3828

def list_suppressed_alerts
  @list_suppressed_alerts
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3831
3832
3833
# File 'sig/types.rbs', line 3831

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3830
3831
3832
# File 'sig/types.rbs', line 3830

def next_token
  @next_token
end

#security_profile_name::String

Returns the value of attribute security_profile_name.

Returns:

  • (::String)


3826
3827
3828
# File 'sig/types.rbs', line 3826

def security_profile_name
  @security_profile_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


3823
3824
3825
# File 'sig/types.rbs', line 3823

def start_time
  @start_time
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


3825
3826
3827
# File 'sig/types.rbs', line 3825

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


3829
3830
3831
# File 'sig/types.rbs', line 3829

def verification_state
  @verification_state
end