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.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def delegation_request_id @delegation_request_id end |
#notes ⇒ ::String
Returns the value of attribute notes.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def notes @notes end |