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

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

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


4061
4062
4063
4064
4065
4066
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4061

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

#stack_nameString

The name of the stack.

Returns:

  • (String)


4061
4062
4063
4064
4065
4066
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4061

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