Class: Aws::AmplifyUIBuilder::Types::UpdateThemeRequest

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)


3500
3501
3502
3503
3504
3505
3506
3507
3508
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3500

class UpdateThemeRequest < Struct.new(
  :app_id,
  :environment_name,
  :id,
  :client_token,
  :updated_theme)
  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)


3500
3501
3502
3503
3504
3505
3506
3507
3508
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3500

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

#environment_nameString

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

Returns:

  • (String)


3500
3501
3502
3503
3504
3505
3506
3507
3508
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3500

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

#idString

The unique ID for the theme.

Returns:

  • (String)


3500
3501
3502
3503
3504
3505
3506
3507
3508
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3500

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

#updated_themeTypes::UpdateThemeData

The configuration of the updated theme.



3500
3501
3502
3503
3504
3505
3506
3507
3508
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3500

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