Class: Aws::Types::ListCompositionRelationshipsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


2699
2700
2701
# File 'sig/types.rbs', line 2699

def next_token
  @next_token
end