Class: Aws::AmplifyUIBuilder::Types::ThemeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ThemeSummary
- 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
-
#app_id ⇒ String
The unique ID for the app associated with the theme summary.
-
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
-
#id ⇒ String
The ID of the theme.
-
#name ⇒ String
The name of the theme.
Instance Attribute Details
#app_id ⇒ String
The unique ID for the app associated with the theme summary.
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_name ⇒ String
The name of the backend environment that is part of the Amplify app.
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 |
#id ⇒ String
The ID of the theme.
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 |
#name ⇒ String
The name of the theme.
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 |