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:



5501
5502
5503
5504
5505
# File 'lib/aws-sdk-appstream/types.rb', line 5501

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