Class: Aws::Types::DebugRuleEvaluationStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3176
3177
3178
# File 'sig/types.rbs', line 3176

def last_modified_time
  @last_modified_time
end

#rule_configuration_name::String

Returns the value of attribute rule_configuration_name.

Returns:

  • (::String)


3172
3173
3174
# File 'sig/types.rbs', line 3172

def rule_configuration_name
  @rule_configuration_name
end

#rule_evaluation_job_arn::String

Returns the value of attribute rule_evaluation_job_arn.

Returns:

  • (::String)


3173
3174
3175
# File 'sig/types.rbs', line 3173

def rule_evaluation_job_arn
  @rule_evaluation_job_arn
end

#rule_evaluation_status"InProgress", ...

Returns the value of attribute rule_evaluation_status.

Returns:

  • ("InProgress", "NoIssuesFound", "IssuesFound", "Error", "Stopping", "Stopped")


3174
3175
3176
# File 'sig/types.rbs', line 3174

def rule_evaluation_status
  @rule_evaluation_status
end

#status_details::String

Returns the value of attribute status_details.

Returns:

  • (::String)


3175
3176
3177
# File 'sig/types.rbs', line 3175

def status_details
  @status_details
end