Class: Aws::Types::ExportThemesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExportThemesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entities ⇒ ::Array[Types::Theme]
Returns the value of attribute entities.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#entities ⇒ ::Array[Types::Theme]
Returns the value of attribute entities.
417 418 419 |
# File 'sig/types.rbs', line 417 def entities @entities end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
418 419 420 |
# File 'sig/types.rbs', line 418 def next_token @next_token end |