Class: Aws::Types::CreateDelegationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDelegationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#control_set_id ⇒ ::String
Returns the value of attribute control_set_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#role_type ⇒ "PROCESS_OWNER", "RESOURCE_OWNER"
Returns the value of attribute role_type.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
457 458 459 |
# File 'sig/types.rbs', line 457 def comment @comment end |
#control_set_id ⇒ ::String
Returns the value of attribute control_set_id.
458 459 460 |
# File 'sig/types.rbs', line 458 def control_set_id @control_set_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
459 460 461 |
# File 'sig/types.rbs', line 459 def role_arn @role_arn end |
#role_type ⇒ "PROCESS_OWNER", "RESOURCE_OWNER"
Returns the value of attribute role_type.
460 461 462 |
# File 'sig/types.rbs', line 460 def role_type @role_type end |