Class: Aws::Types::ListContentsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_summaries::Array[Types::ContentSummary]

Returns the value of attribute content_summaries.

Returns:



1764
1765
1766
# File 'sig/types.rbs', line 1764

def content_summaries
  @content_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1765
1766
1767
# File 'sig/types.rbs', line 1765

def next_token
  @next_token
end