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.
156 157 158 |
# File 'sig/types.rbs', line 156 def description @description end |
#notification_channel ⇒ ::String
Returns the value of attribute notification_channel.
161 162 163 |
# File 'sig/types.rbs', line 161 def notification_channel @notification_channel end |
#only_send_by_owner ⇒ Boolean
Returns the value of attribute only_send_by_owner.
163 164 165 |
# File 'sig/types.rbs', line 163 def only_send_by_owner @only_send_by_owner end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
155 156 157 |
# File 'sig/types.rbs', line 155 def owner_account_id @owner_account_id end |
#permissions ⇒ Types::DelegationPermission
Returns the value of attribute permissions.
157 158 159 |
# File 'sig/types.rbs', line 157 def @permissions end |
#redirect_url ⇒ ::String
Returns the value of attribute redirect_url.
160 161 162 |
# File 'sig/types.rbs', line 160 def redirect_url @redirect_url end |
#request_message ⇒ ::String
Returns the value of attribute request_message.
158 159 160 |
# File 'sig/types.rbs', line 158 def @request_message end |
#requestor_workflow_id ⇒ ::String
Returns the value of attribute requestor_workflow_id.
159 160 161 |
# File 'sig/types.rbs', line 159 def requestor_workflow_id @requestor_workflow_id end |
#session_duration ⇒ ::Integer
Returns the value of attribute session_duration.
162 163 164 |
# File 'sig/types.rbs', line 162 def session_duration @session_duration end |