Class: Aws::Types::ListHubContentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListHubContentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hub_content_summaries ⇒ ::Array[Types::HubContentInfo]
Returns the value of attribute hub_content_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#hub_content_summaries ⇒ ::Array[Types::HubContentInfo]
Returns the value of attribute hub_content_summaries.
7644 7645 7646 |
# File 'sig/types.rbs', line 7644 def hub_content_summaries @hub_content_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7645 7646 7647 |
# File 'sig/types.rbs', line 7645 def next_token @next_token end |