Class: Aws::AmplifyUIBuilder::Types::CreateThemeResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entityTypes::Theme

Describes the configuration of the new theme.

Returns:



1307
1308
1309
1310
1311
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1307

class CreateThemeResponse < Struct.new(
  :entity)
  SENSITIVE = []
  include Aws::Structure
end