Class: Aws::AppStream::Types::DescribeUserStackAssociationsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#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)


1550
1551
1552
1553
1554
# File 'lib/aws-sdk-appstream/types.rb', line 1550

class DescribeUserStackAssociationsResult < Struct.new(
  :user_stack_associations,
  :next_token)
  include Aws::Structure
end

#user_stack_associationsArray<Types::UserStackAssociation>

The UserStackAssociation objects.

Returns:



1550
1551
1552
1553
1554
# File 'lib/aws-sdk-appstream/types.rb', line 1550

class DescribeUserStackAssociationsResult < Struct.new(
  :user_stack_associations,
  :next_token)
  include Aws::Structure
end