Class: Aws::Types::AssessmentRun

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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

def arn
  @arn
end

#assessment_template_arn::String

Returns the value of attribute assessment_template_arn.

Returns:

  • (::String)


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

def assessment_template_arn
  @assessment_template_arn
end

#completed_at::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


71
72
73
# File 'sig/types.rbs', line 71

def completed_at
  @completed_at
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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

def created_at
  @created_at
end

#data_collectedBoolean

Returns the value of attribute data_collected.

Returns:

  • (Boolean)


73
74
75
# File 'sig/types.rbs', line 73

def data_collected
  @data_collected
end

#duration_in_seconds::Integer

Returns the value of attribute duration_in_seconds.

Returns:

  • (::Integer)


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

def duration_in_seconds
  @duration_in_seconds
end

#finding_counts::Hash[("Low" | "Medium" | "High" | "Informational" | "Undefined"), ::Integer]

Returns the value of attribute finding_counts.

Returns:

  • (::Hash[("Low" | "Medium" | "High" | "Informational" | "Undefined"), ::Integer])


76
77
78
# File 'sig/types.rbs', line 76

def finding_counts
  @finding_counts
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#notifications::Array[Types::AssessmentRunNotification]

Returns the value of attribute notifications.

Returns:



75
76
77
# File 'sig/types.rbs', line 75

def notifications
  @notifications
end

#rules_package_arns::Array[::String]

Returns the value of attribute rules_package_arns.

Returns:

  • (::Array[::String])


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

def rules_package_arns
  @rules_package_arns
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


70
71
72
# File 'sig/types.rbs', line 70

def started_at
  @started_at
end

#state"CREATED", ...

Returns the value of attribute state.

Returns:

  • ("CREATED", "START_DATA_COLLECTION_PENDING", "START_DATA_COLLECTION_IN_PROGRESS", "COLLECTING_DATA", "STOP_DATA_COLLECTION_PENDING", "DATA_COLLECTED", "START_EVALUATING_RULES_PENDING", "EVALUATING_RULES", "FAILED", "ERROR", "COMPLETED", "COMPLETED_WITH_ERRORS", "CANCELED")


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

def state
  @state
end

#state_changed_at::Time

Returns the value of attribute state_changed_at.

Returns:

  • (::Time)


72
73
74
# File 'sig/types.rbs', line 72

def state_changed_at
  @state_changed_at
end

#state_changes::Array[Types::AssessmentRunStateChange]

Returns the value of attribute state_changes.

Returns:



74
75
76
# File 'sig/types.rbs', line 74

def state_changes
  @state_changes
end

#user_attributes_for_findings::Array[Types::Attribute]

Returns the value of attribute user_attributes_for_findings.

Returns:



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

def user_attributes_for_findings
  @user_attributes_for_findings
end