Class: Aws::Types::DescribeDataRepositoryAssociationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataRepositoryAssociationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associations ⇒ ::Array[Types::DataRepositoryAssociation]
Returns the value of attribute associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#associations ⇒ ::Array[Types::DataRepositoryAssociation]
Returns the value of attribute associations.
812 813 814 |
# File 'sig/types.rbs', line 812 def associations @associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
813 814 815 |
# File 'sig/types.rbs', line 813 def next_token @next_token end |