Class: Aws::AppStream::Types::CreateStackResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#stackTypes::Stack

Information about the stack.

Returns:



808
809
810
811
# File 'lib/aws-sdk-appstream/types.rb', line 808

class CreateStackResult < Struct.new(
  :stack)
  include Aws::Structure
end