Class: Aws::Types::ListInstanceProfilesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListInstanceProfilesResponse
- 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.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def instance_profiles @instance_profiles end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def marker @marker end |