Class: Aws::Types::DescribeIamInstanceProfileAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIamInstanceProfileAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_ids ⇒ ::Array[::String]
Returns the value of attribute association_ids.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#association_ids ⇒ ::Array[::String]
Returns the value of attribute association_ids.
5842 5843 5844 |
# File 'sig/types.rbs', line 5842 def association_ids @association_ids end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5843 5844 5845 |
# File 'sig/types.rbs', line 5843 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5844 5845 5846 |
# File 'sig/types.rbs', line 5844 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5845 5846 5847 |
# File 'sig/types.rbs', line 5845 def next_token @next_token end |