Class: Aws::Types::ListRolePoliciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRolePoliciesRequest
- 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.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def max_items @max_items end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def role_name @role_name end |