Class: Aws::Types::ListInstanceProfilesForRoleRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListInstanceProfilesForRoleRequest
- 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.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def max_items @max_items end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def role_name @role_name end |