Class: Aws::AppStream::Types::CreateThemeForStackResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#themeTypes::Theme

The theme object that contains the metadata of the custom branding.

Returns:



2394
2395
2396
2397
2398
# File 'lib/aws-sdk-appstream/types.rb', line 2394

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