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