Class: Aws::Types::ListFormsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFormsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entities ⇒ ::Array[Types::FormSummary]
Returns the value of attribute entities.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#entities ⇒ ::Array[Types::FormSummary]
Returns the value of attribute entities.
700 701 702 |
# File 'sig/types.rbs', line 700 def entities @entities end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
701 702 703 |
# File 'sig/types.rbs', line 701 def next_token @next_token end |