Class: Aws::Types::ListContentAssociationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListContentAssociationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_association_summaries ⇒ ::Array[Types::ContentAssociationSummary]
Returns the value of attribute content_association_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#content_association_summaries ⇒ ::Array[Types::ContentAssociationSummary]
Returns the value of attribute content_association_summaries.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def content_association_summaries @content_association_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def next_token @next_token end |