Class: Aws::AmplifyUIBuilder::Types::UpdateThemeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::UpdateThemeResponse
- 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 updated theme.
Instance Attribute Details
#entity ⇒ Types::Theme
Describes the configuration of the updated theme.
7665 7666 7667 7668 7669 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 7665 class UpdateThemeResponse < Struct.new( :entity) SENSITIVE = [] include Aws::Structure end |