Class: Aws::AppStream::Types::DescribeThemeForStackRequest

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

#stack_nameString

The name of the stack for the theme.

Returns:

  • (String)


2949
2950
2951
2952
2953
# File 'lib/aws-sdk-appstream/types.rb', line 2949

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