Class: Aws::AppStream::Types::ListAssociatedFleetsRequest

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

#next_tokenString

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

Returns:

  • (String)

3501
3502
3503
3504
3505
3506
# File 'lib/aws-sdk-appstream/types.rb', line 3501

class ListAssociatedFleetsRequest < Struct.new(
  :stack_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

The name of the stack.

Returns:

  • (String)

3501
3502
3503
3504
3505
3506
# File 'lib/aws-sdk-appstream/types.rb', line 3501

class ListAssociatedFleetsRequest < Struct.new(
  :stack_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end