Class: Aws::AmplifyUIBuilder::Types::CreateThemeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::CreateThemeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity ⇒ Types::Theme
Describes the configuration of the new theme.
Instance Attribute Details
#entity ⇒ Types::Theme
Describes the configuration of the new theme.
1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 1307 class CreateThemeResponse < Struct.new( :entity) SENSITIVE = [] include Aws::Structure end |