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.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def instance_profiles @instance_profiles end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def marker @marker end |