Class: Aws::Types::AssessmentMetadataItem
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentMetadataItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
Instance Attribute Details
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
144 145 146 |
# File 'sig/types.rbs', line 144 def compliance_type @compliance_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
148 149 150 |
# File 'sig/types.rbs', line 148 def creation_time @creation_time end |
#delegations ⇒ ::Array[Types::Delegation]
Returns the value of attribute delegations.
147 148 149 |
# File 'sig/types.rbs', line 147 def delegations @delegations end |
#id ⇒ ::String
Returns the value of attribute id.
143 144 145 |
# File 'sig/types.rbs', line 143 def id @id end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
149 150 151 |
# File 'sig/types.rbs', line 149 def last_updated @last_updated end |
#name ⇒ ::String
Returns the value of attribute name.
142 143 144 |
# File 'sig/types.rbs', line 142 def name @name end |
#roles ⇒ ::Array[Types::Role]
Returns the value of attribute roles.
146 147 148 |
# File 'sig/types.rbs', line 146 def roles @roles end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
145 146 147 |
# File 'sig/types.rbs', line 145 def status @status end |