Class: Aws::AmplifyUIBuilder::Types::ExportFormsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ExportFormsResponse
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entities ⇒ Array<Types::Form>
Represents the configuration of the exported forms.
-
#next_token ⇒ String
The pagination token that's included if more results are available.
Instance Attribute Details
#entities ⇒ Array<Types::Form>
Represents the configuration of the exported forms.
1532 1533 1534 1535 1536 1537 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1532 class ExportFormsResponse < Struct.new( :entities, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's included if more results are available.
1532 1533 1534 1535 1536 1537 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1532 class ExportFormsResponse < Struct.new( :entities, :next_token) SENSITIVE = [] include Aws::Structure end |