Class: Aws::AmplifyUIBuilder::Types::ThemeSummary

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

Overview

Describes the basic information about a theme.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

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

Returns:

  • (String)


3124
3125
3126
3127
3128
3129
3130
3131
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3124

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

#environment_nameString

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

Returns:

  • (String)


3124
3125
3126
3127
3128
3129
3130
3131
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3124

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

#idString

The ID of the theme.

Returns:

  • (String)


3124
3125
3126
3127
3128
3129
3130
3131
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3124

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

#nameString

The name of the theme.

Returns:

  • (String)


3124
3125
3126
3127
3128
3129
3130
3131
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3124

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