Class: Aws::AppStream::Types::UpdateStackResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::UpdateStackResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack ⇒ Types::Stack
Information about the stack.
Instance Attribute Details
#stack ⇒ Types::Stack
Information about the stack.
5501 5502 5503 5504 5505 |
# File 'lib/aws-sdk-appstream/types.rb', line 5501 class UpdateStackResult < Struct.new( :stack) SENSITIVE = [] include Aws::Structure end |