Class: Aws::AmplifyUIBuilder::Types::GetThemeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::GetThemeResponse
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#theme ⇒ Types::Theme
Represents the configuration settings for the theme.
Instance Attribute Details
#theme ⇒ Types::Theme
Represents the configuration settings for the theme.
2345 2346 2347 2348 2349 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2345 class GetThemeResponse < Struct.new( :theme) SENSITIVE = [] include Aws::Structure end |