Class: Aws::Types::RejectDelegationRequestRequest
- Inherits:
-
Object
- Object
- Aws::Types::RejectDelegationRequestRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delegation_request_id ⇒ ::String
Returns the value of attribute delegation_request_id.
-
#notes ⇒ ::String
Returns the value of attribute notes.
Instance Attribute Details
#delegation_request_id ⇒ ::String
Returns the value of attribute delegation_request_id.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def delegation_request_id @delegation_request_id end |
#notes ⇒ ::String
Returns the value of attribute notes.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def notes @notes end |