Class: Aws::Types::ListInstanceProfilesForRoleResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListInstanceProfilesForRoleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_profiles ⇒ ::Array[Types::InstanceProfile]
Returns the value of attribute instance_profiles.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#instance_profiles ⇒ ::Array[Types::InstanceProfile]
Returns the value of attribute instance_profiles.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def instance_profiles @instance_profiles end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def marker @marker end |