Class: Aws::Types::ListSourceApiAssociationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSourceApiAssociationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#source_api_association_summaries ⇒ ::Array[Types::SourceApiAssociationSummary]
Returns the value of attribute source_api_association_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def next_token @next_token end |
#source_api_association_summaries ⇒ ::Array[Types::SourceApiAssociationSummary]
Returns the value of attribute source_api_association_summaries.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def source_api_association_summaries @source_api_association_summaries end |