Class: Aws::Types::ExportFormsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExportFormsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entities ⇒ ::Array[Types::Form]
Returns the value of attribute entities.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#entities ⇒ ::Array[Types::Form]
Returns the value of attribute entities.
404 405 406 |
# File 'sig/types.rbs', line 404 def entities @entities end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
405 406 407 |
# File 'sig/types.rbs', line 405 def next_token @next_token end |