Class: Aws::Types::DelegationMetadata
- Inherits:
-
Object
- Object
- Aws::Types::DelegationMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
-
#assessment_name ⇒ ::String
Returns the value of attribute assessment_name.
-
#control_set_name ⇒ ::String
Returns the value of attribute control_set_name.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
488 489 490 |
# File 'sig/types.rbs', line 488 def assessment_id @assessment_id end |
#assessment_name ⇒ ::String
Returns the value of attribute assessment_name.
487 488 489 |
# File 'sig/types.rbs', line 487 def assessment_name @assessment_name end |
#control_set_name ⇒ ::String
Returns the value of attribute control_set_name.
492 493 494 |
# File 'sig/types.rbs', line 492 def control_set_name @control_set_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
491 492 493 |
# File 'sig/types.rbs', line 491 def creation_time @creation_time end |
#id ⇒ ::String
Returns the value of attribute id.
486 487 488 |
# File 'sig/types.rbs', line 486 def id @id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
490 491 492 |
# File 'sig/types.rbs', line 490 def role_arn @role_arn end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
489 490 491 |
# File 'sig/types.rbs', line 489 def status @status end |