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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/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:



2349
2350
2351
2352
2353
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2349

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