Class: Aws::AppStream::Types::UpdateThemeForStackResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/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:



5801
5802
5803
5804
5805
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5801

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