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.
6100 6101 6102 |
# File 'sig/types.rbs', line 6100 def association_ids @association_ids end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6101 6102 6103 |
# File 'sig/types.rbs', line 6101 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6102 6103 6104 |
# File 'sig/types.rbs', line 6102 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6103 6104 6105 |
# File 'sig/types.rbs', line 6103 def next_token @next_token end |