Class: Aws::Types::ListSourceAssociationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSourceAssociationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#source_associations ⇒ ::Array[Types::AssociatedSource]
Returns the value of attribute source_associations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
459 460 461 |
# File 'sig/types.rbs', line 459 def next_token @next_token end |
#source_associations ⇒ ::Array[Types::AssociatedSource]
Returns the value of attribute source_associations.
458 459 460 |
# File 'sig/types.rbs', line 458 def source_associations @source_associations end |