Class: Aws::Types::DescribeIamInstanceProfileAssociationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIamInstanceProfileAssociationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam_instance_profile_associations ⇒ ::Array[Types::IamInstanceProfileAssociation]
Returns the value of attribute iam_instance_profile_associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#iam_instance_profile_associations ⇒ ::Array[Types::IamInstanceProfileAssociation]
Returns the value of attribute iam_instance_profile_associations.
5850 5851 5852 |
# File 'sig/types.rbs', line 5850 def iam_instance_profile_associations @iam_instance_profile_associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5851 5852 5853 |
# File 'sig/types.rbs', line 5851 def next_token @next_token end |