Class: Aws::Types::ListDelegationRequestsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDelegationRequestsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def max_items @max_items end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def owner_id @owner_id end |