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.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def marker @marker end |
#roles ⇒ ::Array[Types::Role]
Returns the value of attribute roles.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def roles @roles end |