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

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:



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

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