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.
6108 6109 6110 |
# File 'sig/types.rbs', line 6108 def iam_instance_profile_associations @iam_instance_profile_associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6109 6110 6111 |
# File 'sig/types.rbs', line 6109 def next_token @next_token end |