Class: Aws::AmplifyUIBuilder::Types::CreateThemeRequest

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 of the Amplify app associated with the theme.

Returns:

  • (String)


1292
1293
1294
1295
1296
1297
1298
1299
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1292

class CreateThemeRequest < Struct.new(
  :app_id,
  :environment_name,
  :client_token,
  :theme_to_create)
  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)


1292
1293
1294
1295
1296
1297
1298
1299
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1292

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

#environment_nameString

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

Returns:

  • (String)


1292
1293
1294
1295
1296
1297
1298
1299
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1292

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

#theme_to_createTypes::CreateThemeData

Represents the configuration of the theme to create.



1292
1293
1294
1295
1296
1297
1298
1299
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1292

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