Class: Aws::Types::ListRolesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRolesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#roles ⇒ ::Array[Types::Role]
Returns the value of attribute roles.
Instance Attribute Details
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def marker @marker end |
#roles ⇒ ::Array[Types::Role]
Returns the value of attribute roles.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def roles @roles end |