Class: Aws::AmplifyUIBuilder::Types::FormSummary

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

Overview

Describes the basic information about a form.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID for the app associated with the form summary.

Returns:

  • (String)


2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2173

class FormSummary < Struct.new(
  :app_id,
  :data_type,
  :environment_name,
  :form_action_type,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#data_typeTypes::FormDataTypeConfig

The form's data source type.



2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2173

class FormSummary < Struct.new(
  :app_id,
  :data_type,
  :environment_name,
  :form_action_type,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

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

Returns:

  • (String)


2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2173

class FormSummary < Struct.new(
  :app_id,
  :data_type,
  :environment_name,
  :form_action_type,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#form_action_typeString

The type of operation to perform on the form.

Returns:

  • (String)


2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2173

class FormSummary < Struct.new(
  :app_id,
  :data_type,
  :environment_name,
  :form_action_type,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the form.

Returns:

  • (String)


2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2173

class FormSummary < Struct.new(
  :app_id,
  :data_type,
  :environment_name,
  :form_action_type,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the form.

Returns:

  • (String)


2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2173

class FormSummary < Struct.new(
  :app_id,
  :data_type,
  :environment_name,
  :form_action_type,
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end