Class: Aws::Types::Delegation
- Inherits:
-
Object
- Object
- Aws::Types::Delegation
- 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.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#control_set_id ⇒ ::String
Returns the value of attribute control_set_id.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#role_type ⇒ "PROCESS_OWNER", "RESOURCE_OWNER"
Returns the value of attribute role_type.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#assessment_id ⇒ ::String
Returns the value of attribute assessment_id.
473 474 475 |
# File 'sig/types.rbs', line 473 def assessment_id @assessment_id end |
#assessment_name ⇒ ::String
Returns the value of attribute assessment_name.
472 473 474 |
# File 'sig/types.rbs', line 472 def assessment_name @assessment_name end |
#comment ⇒ ::String
Returns the value of attribute comment.
480 481 482 |
# File 'sig/types.rbs', line 480 def comment @comment end |
#control_set_id ⇒ ::String
Returns the value of attribute control_set_id.
479 480 481 |
# File 'sig/types.rbs', line 479 def control_set_id @control_set_id end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
481 482 483 |
# File 'sig/types.rbs', line 481 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
477 478 479 |
# File 'sig/types.rbs', line 477 def creation_time @creation_time end |
#id ⇒ ::String
Returns the value of attribute id.
471 472 473 |
# File 'sig/types.rbs', line 471 def id @id end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
478 479 480 |
# File 'sig/types.rbs', line 478 def last_updated @last_updated end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
475 476 477 |
# File 'sig/types.rbs', line 475 def role_arn @role_arn end |
#role_type ⇒ "PROCESS_OWNER", "RESOURCE_OWNER"
Returns the value of attribute role_type.
476 477 478 |
# File 'sig/types.rbs', line 476 def role_type @role_type end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
474 475 476 |
# File 'sig/types.rbs', line 474 def status @status end |