Class: Aws::Types::AssessmentTemplate
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#assessment_run_count ⇒ ::Integer
Returns the value of attribute assessment_run_count.
-
#assessment_target_arn ⇒ ::String
Returns the value of attribute assessment_target_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
-
#last_assessment_run_arn ⇒ ::String
Returns the value of attribute last_assessment_run_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rules_package_arns ⇒ ::Array[::String]
Returns the value of attribute rules_package_arns.
-
#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.
141 142 143 |
# File 'sig/types.rbs', line 141 def arn @arn end |
#assessment_run_count ⇒ ::Integer
Returns the value of attribute assessment_run_count.
148 149 150 |
# File 'sig/types.rbs', line 148 def assessment_run_count @assessment_run_count end |
#assessment_target_arn ⇒ ::String
Returns the value of attribute assessment_target_arn.
143 144 145 |
# File 'sig/types.rbs', line 143 def assessment_target_arn @assessment_target_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
149 150 151 |
# File 'sig/types.rbs', line 149 def created_at @created_at end |
#duration_in_seconds ⇒ ::Integer
Returns the value of attribute duration_in_seconds.
144 145 146 |
# File 'sig/types.rbs', line 144 def duration_in_seconds @duration_in_seconds end |
#last_assessment_run_arn ⇒ ::String
Returns the value of attribute last_assessment_run_arn.
147 148 149 |
# File 'sig/types.rbs', line 147 def last_assessment_run_arn @last_assessment_run_arn end |
#name ⇒ ::String
Returns the value of attribute name.
142 143 144 |
# File 'sig/types.rbs', line 142 def name @name end |
#rules_package_arns ⇒ ::Array[::String]
Returns the value of attribute rules_package_arns.
145 146 147 |
# File 'sig/types.rbs', line 145 def rules_package_arns @rules_package_arns end |
#user_attributes_for_findings ⇒ ::Array[Types::Attribute]
Returns the value of attribute user_attributes_for_findings.
146 147 148 |
# File 'sig/types.rbs', line 146 def user_attributes_for_findings @user_attributes_for_findings end |