Class: Aws::Types::ListContentAssociationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_association_summaries::Array[Types::ContentAssociationSummary]

Returns the value of attribute content_association_summaries.

Returns:



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.

Returns:

  • (::String)


1752
1753
1754
# File 'sig/types.rbs', line 1752

def next_token
  @next_token
end