Class: Aws::Types::ListContentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListContentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_summaries ⇒ ::Array[Types::ContentSummary]
Returns the value of attribute content_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#content_summaries ⇒ ::Array[Types::ContentSummary]
Returns the value of attribute content_summaries.
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.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def next_token @next_token end |