Class: Aws::AppStream::Types::DescribeThemeForStackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeThemeForStackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_name ⇒ String
The name of the stack for the theme.
Instance Attribute Details
#stack_name ⇒ String
The name of the stack for the theme.
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 |