Class: Aws::AppStream::Types::DescribeThemeForStackResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeThemeForStackResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#theme ⇒ Types::Theme
The theme object that contains the metadata of the custom branding.
Instance Attribute Details
#theme ⇒ Types::Theme
The theme object that contains the metadata of the custom branding.
2961 2962 2963 2964 2965 |
# File 'lib/aws-sdk-appstream/types.rb', line 2961 class DescribeThemeForStackResult < Struct.new( :theme) SENSITIVE = [] include Aws::Structure end |