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.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def max_items @max_items end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def owner_id @owner_id end |