Class: Aws::Types::ListThemesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListThemesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entities ⇒ ::Array[Types::ThemeSummary]
Returns the value of attribute entities.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#entities ⇒ ::Array[Types::ThemeSummary]
Returns the value of attribute entities.
724 725 726 |
# File 'sig/types.rbs', line 724 def entities @entities end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
725 726 727 |
# File 'sig/types.rbs', line 725 def next_token @next_token end |