Class: Aws::Types::AssessmentMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_reports_destination ⇒ Types::AssessmentReportsDestination
Returns the value of attribute assessment_reports_destination.
-
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#delegations ⇒ ::Array[Types::Delegation]
Returns the value of attribute delegations.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#roles ⇒ ::Array[Types::Role]
Returns the value of attribute roles.
-
#scope ⇒ Types::Scope
Returns the value of attribute scope.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
Instance Attribute Details
#assessment_reports_destination ⇒ Types::AssessmentReportsDestination
Returns the value of attribute assessment_reports_destination.
132 133 134 |
# File 'sig/types.rbs', line 132 def assessment_reports_destination @assessment_reports_destination end |
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
130 131 132 |
# File 'sig/types.rbs', line 130 def compliance_type @compliance_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
136 137 138 |
# File 'sig/types.rbs', line 136 def creation_time @creation_time end |
#delegations ⇒ ::Array[Types::Delegation]
Returns the value of attribute delegations.
135 136 137 |
# File 'sig/types.rbs', line 135 def delegations @delegations end |
#description ⇒ ::String
Returns the value of attribute description.
129 130 131 |
# File 'sig/types.rbs', line 129 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
128 129 130 |
# File 'sig/types.rbs', line 128 def id @id end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
137 138 139 |
# File 'sig/types.rbs', line 137 def last_updated @last_updated end |
#name ⇒ ::String
Returns the value of attribute name.
127 128 129 |
# File 'sig/types.rbs', line 127 def name @name end |
#roles ⇒ ::Array[Types::Role]
Returns the value of attribute roles.
134 135 136 |
# File 'sig/types.rbs', line 134 def roles @roles end |
#scope ⇒ Types::Scope
Returns the value of attribute scope.
133 134 135 |
# File 'sig/types.rbs', line 133 def scope @scope end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
131 132 133 |
# File 'sig/types.rbs', line 131 def status @status end |