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)


2899
2900
2901
2902
2903
# File 'lib/aws-sdk-appstream/types.rb', line 2899

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