Class: Aws::AppStream::Types::CreateStackResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateStackResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack ⇒ Types::Stack
Information about the stack.
Instance Attribute Details
#stack ⇒ Types::Stack
Information about the stack.
1764 1765 1766 1767 1768 |
# File 'lib/aws-sdk-appstream/types.rb', line 1764 class CreateStackResult < Struct.new( :stack) SENSITIVE = [] include Aws::Structure end |