Class: Aws::AppStream::Types::ListAssociatedStacksResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#namesArray<String>

The name of the stack.

Returns:

  • (Array<String>)


2216
2217
2218
2219
2220
# File 'lib/aws-sdk-appstream/types.rb', line 2216

class ListAssociatedStacksResult < Struct.new(
  :names,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

Returns:

  • (String)


2216
2217
2218
2219
2220
# File 'lib/aws-sdk-appstream/types.rb', line 2216

class ListAssociatedStacksResult < Struct.new(
  :names,
  :next_token)
  include Aws::Structure
end