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.
546 547 548 |
# File 'sig/types.rbs', line 546 def content_summaries @content_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
547 548 549 |
# File 'sig/types.rbs', line 547 def next_token @next_token end |