Class: Aws::Types::DelegationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DelegationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approver_id ⇒ ::String
Returns the value of attribute approver_id.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#delegation_request_id ⇒ ::String
Returns the value of attribute delegation_request_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#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.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#permission_policy ⇒ ::String
Returns the value of attribute permission_policy.
-
#permissions ⇒ Types::DelegationPermission
Returns the value of attribute permissions.
-
#redirect_url ⇒ ::String
Returns the value of attribute redirect_url.
-
#rejection_reason ⇒ ::String
Returns the value of attribute rejection_reason.
-
#request_message ⇒ ::String
Returns the value of attribute request_message.
-
#requestor_id ⇒ ::String
Returns the value of attribute requestor_id.
-
#requestor_name ⇒ ::String
Returns the value of attribute requestor_name.
-
#role_permission_restriction_arns ⇒ ::Array[::String]
Returns the value of attribute role_permission_restriction_arns.
-
#session_duration ⇒ ::Integer
Returns the value of attribute session_duration.
-
#state ⇒ "UNASSIGNED", ...
Returns the value of attribute state.
-
#updated_time ⇒ ::Time
Returns the value of attribute updated_time.
Instance Attribute Details
#approver_id ⇒ ::String
Returns the value of attribute approver_id.
364 365 366 |
# File 'sig/types.rbs', line 364 def approver_id @approver_id end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
369 370 371 |
# File 'sig/types.rbs', line 369 def create_date @create_date end |
#delegation_request_id ⇒ ::String
Returns the value of attribute delegation_request_id.
356 357 358 |
# File 'sig/types.rbs', line 356 def delegation_request_id @delegation_request_id end |
#description ⇒ ::String
Returns the value of attribute description.
358 359 360 |
# File 'sig/types.rbs', line 358 def description @description end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
366 367 368 |
# File 'sig/types.rbs', line 366 def expiration_time @expiration_time end |
#notes ⇒ ::String
Returns the value of attribute notes.
372 373 374 |
# File 'sig/types.rbs', line 372 def notes @notes end |
#only_send_by_owner ⇒ Boolean
Returns the value of attribute only_send_by_owner.
374 375 376 |
# File 'sig/types.rbs', line 374 def only_send_by_owner @only_send_by_owner end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
357 358 359 |
# File 'sig/types.rbs', line 357 def owner_account_id @owner_account_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
363 364 365 |
# File 'sig/types.rbs', line 363 def owner_id @owner_id end |
#permission_policy ⇒ ::String
Returns the value of attribute permission_policy.
361 362 363 |
# File 'sig/types.rbs', line 361 def @permission_policy end |
#permissions ⇒ Types::DelegationPermission
Returns the value of attribute permissions.
360 361 362 |
# File 'sig/types.rbs', line 360 def @permissions end |
#redirect_url ⇒ ::String
Returns the value of attribute redirect_url.
371 372 373 |
# File 'sig/types.rbs', line 371 def redirect_url @redirect_url end |
#rejection_reason ⇒ ::String
Returns the value of attribute rejection_reason.
373 374 375 |
# File 'sig/types.rbs', line 373 def rejection_reason @rejection_reason end |
#request_message ⇒ ::String
Returns the value of attribute request_message.
359 360 361 |
# File 'sig/types.rbs', line 359 def @request_message end |
#requestor_id ⇒ ::String
Returns the value of attribute requestor_id.
367 368 369 |
# File 'sig/types.rbs', line 367 def requestor_id @requestor_id end |
#requestor_name ⇒ ::String
Returns the value of attribute requestor_name.
368 369 370 |
# File 'sig/types.rbs', line 368 def requestor_name @requestor_name end |
#role_permission_restriction_arns ⇒ ::Array[::String]
Returns the value of attribute role_permission_restriction_arns.
362 363 364 |
# File 'sig/types.rbs', line 362 def @role_permission_restriction_arns end |
#session_duration ⇒ ::Integer
Returns the value of attribute session_duration.
370 371 372 |
# File 'sig/types.rbs', line 370 def session_duration @session_duration end |
#state ⇒ "UNASSIGNED", ...
Returns the value of attribute state.
365 366 367 |
# File 'sig/types.rbs', line 365 def state @state end |
#updated_time ⇒ ::Time
Returns the value of attribute updated_time.
375 376 377 |
# File 'sig/types.rbs', line 375 def updated_time @updated_time end |