Class: Aws::Types::DescribeDataRepositoryAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataRepositoryAssociationsRequest
- 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.
804 805 806 |
# File 'sig/types.rbs', line 804 def association_ids @association_ids end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
805 806 807 |
# File 'sig/types.rbs', line 805 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
806 807 808 |
# File 'sig/types.rbs', line 806 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
807 808 809 |
# File 'sig/types.rbs', line 807 def next_token @next_token end |