Class: Aws::AmplifyUIBuilder::Types::ListFormsRequest

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

#app_idString

The unique ID for the Amplify app.

Returns:

  • (String)


2526
2527
2528
2529
2530
2531
2532
2533
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2526

class ListFormsRequest < Struct.new(
  :app_id,
  :environment_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

The name of the backend environment that is a part of the Amplify app.

Returns:

  • (String)


2526
2527
2528
2529
2530
2531
2532
2533
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2526

class ListFormsRequest < Struct.new(
  :app_id,
  :environment_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of forms to retrieve.

Returns:

  • (Integer)


2526
2527
2528
2529
2530
2531
2532
2533
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2526

class ListFormsRequest < Struct.new(
  :app_id,
  :environment_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to request the next page of results.

Returns:

  • (String)


2526
2527
2528
2529
2530
2531
2532
2533
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2526

class ListFormsRequest < Struct.new(
  :app_id,
  :environment_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end