Class: Aws::AmplifyUIBuilder::Types::CreateThemeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::CreateThemeResponse
- Defined in:
- gems/aws-sdk-amplifyuibuilder/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.
885 886 887 888 889 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 885 class CreateThemeResponse < Struct.new( :entity) SENSITIVE = [] include Aws::Structure end |