Class: Aws::Types::AssessmentRun
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentRun
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#assessment_template_arn ⇒ ::String
Returns the value of attribute assessment_template_arn.
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_collected ⇒ Boolean
Returns the value of attribute data_collected.
-
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
-
#finding_counts ⇒ ::Hash[("Low" | "Medium" | "High" | "Informational" | "Undefined"), ::Integer]
Returns the value of attribute finding_counts.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#notifications ⇒ ::Array[Types::AssessmentRunNotification]
Returns the value of attribute notifications.
-
#rules_package_arns ⇒ ::Array[::String]
Returns the value of attribute rules_package_arns.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#state ⇒ "CREATED", ...
Returns the value of attribute state.
-
#state_changed_at ⇒ ::Time
Returns the value of attribute state_changed_at.
-
#state_changes ⇒ ::Array[Types::AssessmentRunStateChange]
Returns the value of attribute state_changes.
-
#user_attributes_for_findings ⇒ ::Array[Types::Attribute]
Returns the value of attribute user_attributes_for_findings.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
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.
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.
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.
69 70 71 |
# File 'sig/types.rbs', line 69 def created_at @created_at end |
#data_collected ⇒ Boolean
Returns the value of attribute data_collected.
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.
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.
76 77 78 |
# File 'sig/types.rbs', line 76 def finding_counts @finding_counts end |
#name ⇒ ::String
Returns the value of attribute name.
63 64 65 |
# File 'sig/types.rbs', line 63 def name @name end |
#notifications ⇒ ::Array[Types::AssessmentRunNotification]
Returns the value of attribute notifications.
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.
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.
70 71 72 |
# File 'sig/types.rbs', line 70 def started_at @started_at end |
#state ⇒ "CREATED", ...
Returns the value of attribute state.
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.
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.
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.
68 69 70 |
# File 'sig/types.rbs', line 68 def user_attributes_for_findings @user_attributes_for_findings end |