Class: Aws::AmplifyUIBuilder::Types::ExportFormsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitiesArray<Types::Form>

Represents the configuration of the exported forms.

Returns:



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_tokenString

The pagination token that's included if more results are available.

Returns:

  • (String)


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