Class: Aws::Types::DescribeInstanceProfilesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstanceProfilesResponse
- 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.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#instance_profiles ⇒ ::Array[Types::InstanceProfile]
Returns the value of attribute instance_profiles.
959 960 961 |
# File 'sig/types.rbs', line 959 def instance_profiles @instance_profiles end |
#marker ⇒ ::String
Returns the value of attribute marker.
958 959 960 |
# File 'sig/types.rbs', line 958 def marker @marker end |