Class: Aws::AmplifyUIBuilder::Types::Theme

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

Overview

A theme is a collection of style settings that apply globally to the components associated with an Amplify application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID for the Amplify app associated with the theme.

Returns:

  • (String)


3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090

class Theme < Struct.new(
  :app_id,
  :environment_name,
  :id,
  :name,
  :created_at,
  :modified_at,
  :values,
  :overrides,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time that the theme was created.

Returns:

  • (Time)


3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090

class Theme < Struct.new(
  :app_id,
  :environment_name,
  :id,
  :name,
  :created_at,
  :modified_at,
  :values,
  :overrides,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

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

Returns:

  • (String)


3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090

class Theme < Struct.new(
  :app_id,
  :environment_name,
  :id,
  :name,
  :created_at,
  :modified_at,
  :values,
  :overrides,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID for the theme.

Returns:

  • (String)


3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090

class Theme < Struct.new(
  :app_id,
  :environment_name,
  :id,
  :name,
  :created_at,
  :modified_at,
  :values,
  :overrides,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The time that the theme was modified.

Returns:

  • (Time)


3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090

class Theme < Struct.new(
  :app_id,
  :environment_name,
  :id,
  :name,
  :created_at,
  :modified_at,
  :values,
  :overrides,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the theme.

Returns:

  • (String)


3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090

class Theme < Struct.new(
  :app_id,
  :environment_name,
  :id,
  :name,
  :created_at,
  :modified_at,
  :values,
  :overrides,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#overridesArray<Types::ThemeValues>

Describes the properties that can be overriden to customize a theme.

Returns:



3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090

class Theme < Struct.new(
  :app_id,
  :environment_name,
  :id,
  :name,
  :created_at,
  :modified_at,
  :values,
  :overrides,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

One or more key-value pairs to use when tagging the theme.

Returns:

  • (Hash<String,String>)


3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090

class Theme < Struct.new(
  :app_id,
  :environment_name,
  :id,
  :name,
  :created_at,
  :modified_at,
  :values,
  :overrides,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Types::ThemeValues>

A list of key-value pairs that defines the properties of the theme.

Returns:



3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3090

class Theme < Struct.new(
  :app_id,
  :environment_name,
  :id,
  :name,
  :created_at,
  :modified_at,
  :values,
  :overrides,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end