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:



5731
5732
5733
5734
5735
# File 'lib/aws-sdk-appstream/types.rb', line 5731

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