Class: Aws::Types::ProfilerRuleEvaluationStatus

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)


10269
10270
10271
# File 'sig/types.rbs', line 10269

def last_modified_time
  @last_modified_time
end

#rule_configuration_name::String

Returns the value of attribute rule_configuration_name.

Returns:

  • (::String)


10265
10266
10267
# File 'sig/types.rbs', line 10265

def rule_configuration_name
  @rule_configuration_name
end

#rule_evaluation_job_arn::String

Returns the value of attribute rule_evaluation_job_arn.

Returns:

  • (::String)


10266
10267
10268
# File 'sig/types.rbs', line 10266

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


10267
10268
10269
# File 'sig/types.rbs', line 10267

def rule_evaluation_status
  @rule_evaluation_status
end

#status_details::String

Returns the value of attribute status_details.

Returns:

  • (::String)


10268
10269
10270
# File 'sig/types.rbs', line 10268

def status_details
  @status_details
end