Class: Aws::Types::CreateDelegationRequestRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDelegationRequestRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#notification_channel ⇒ ::String
Returns the value of attribute notification_channel.
-
#only_send_by_owner ⇒ Boolean
Returns the value of attribute only_send_by_owner.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#permissions ⇒ Types::DelegationPermission
Returns the value of attribute permissions.
-
#redirect_url ⇒ ::String
Returns the value of attribute redirect_url.
-
#request_message ⇒ ::String
Returns the value of attribute request_message.
-
#requestor_workflow_id ⇒ ::String
Returns the value of attribute requestor_workflow_id.
-
#session_duration ⇒ ::Integer
Returns the value of attribute session_duration.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
144 145 146 |
# File 'sig/types.rbs', line 144 def description @description end |
#notification_channel ⇒ ::String
Returns the value of attribute notification_channel.
149 150 151 |
# File 'sig/types.rbs', line 149 def notification_channel @notification_channel end |
#only_send_by_owner ⇒ Boolean
Returns the value of attribute only_send_by_owner.
151 152 153 |
# File 'sig/types.rbs', line 151 def only_send_by_owner @only_send_by_owner end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
143 144 145 |
# File 'sig/types.rbs', line 143 def owner_account_id @owner_account_id end |
#permissions ⇒ Types::DelegationPermission
Returns the value of attribute permissions.
145 146 147 |
# File 'sig/types.rbs', line 145 def @permissions end |
#redirect_url ⇒ ::String
Returns the value of attribute redirect_url.
148 149 150 |
# File 'sig/types.rbs', line 148 def redirect_url @redirect_url end |
#request_message ⇒ ::String
Returns the value of attribute request_message.
146 147 148 |
# File 'sig/types.rbs', line 146 def @request_message end |
#requestor_workflow_id ⇒ ::String
Returns the value of attribute requestor_workflow_id.
147 148 149 |
# File 'sig/types.rbs', line 147 def requestor_workflow_id @requestor_workflow_id end |
#session_duration ⇒ ::Integer
Returns the value of attribute session_duration.
150 151 152 |
# File 'sig/types.rbs', line 150 def session_duration @session_duration end |