Class: Aws::AmplifyUIBuilder::Types::UpdateFormRequest

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)


3423
3424
3425
3426
3427
3428
3429
3430
3431
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3423

class UpdateFormRequest < Struct.new(
  :app_id,
  :environment_name,
  :id,
  :client_token,
  :updated_form)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

The unique client token.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


3423
3424
3425
3426
3427
3428
3429
3430
3431
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3423

class UpdateFormRequest < Struct.new(
  :app_id,
  :environment_name,
  :id,
  :client_token,
  :updated_form)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

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

Returns:

  • (String)


3423
3424
3425
3426
3427
3428
3429
3430
3431
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3423

class UpdateFormRequest < Struct.new(
  :app_id,
  :environment_name,
  :id,
  :client_token,
  :updated_form)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID for the form.

Returns:

  • (String)


3423
3424
3425
3426
3427
3428
3429
3430
3431
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3423

class UpdateFormRequest < Struct.new(
  :app_id,
  :environment_name,
  :id,
  :client_token,
  :updated_form)
  SENSITIVE = []
  include Aws::Structure
end

#updated_formTypes::UpdateFormData

The request accepts the following data in JSON format.



3423
3424
3425
3426
3427
3428
3429
3430
3431
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3423

class UpdateFormRequest < Struct.new(
  :app_id,
  :environment_name,
  :id,
  :client_token,
  :updated_form)
  SENSITIVE = []
  include Aws::Structure
end