Class: Aws::Types::ListCompositionRelationshipsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCompositionRelationshipsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#composition_relationship_summaries ⇒ ::Array[Types::CompositionRelationshipSummary]
Returns the value of attribute composition_relationship_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#composition_relationship_summaries ⇒ ::Array[Types::CompositionRelationshipSummary]
Returns the value of attribute composition_relationship_summaries.
2698 2699 2700 |
# File 'sig/types.rbs', line 2698 def composition_relationship_summaries @composition_relationship_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2699 2700 2701 |
# File 'sig/types.rbs', line 2699 def next_token @next_token end |