Class: Aws::AmplifyUIBuilder::Types::UpdateThemeResponse

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 updated theme.

Returns:



3516
3517
3518
3519
3520
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 3516

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