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

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

#stackTypes::Stack

Information about the stack.

Returns:



2459
2460
2461
2462
2463
# File 'lib/aws-sdk-appstream/types.rb', line 2459

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