Class: Aws::Types::ListInstanceProfilesResult
- Inherits:
-
Object
- Object
- Aws::Types::ListInstanceProfilesResult
- 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.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instance_profiles ⇒ ::Array[Types::InstanceProfile]
Returns the value of attribute instance_profiles.
718 719 720 |
# File 'sig/types.rbs', line 718 def instance_profiles @instance_profiles end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
719 720 721 |
# File 'sig/types.rbs', line 719 def next_token @next_token end |