Class: Aws::AppStream::Types::UpdateStackResult

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:


4763
4764
4765
4766
4767
# File 'lib/aws-sdk-appstream/types.rb', line 4763

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