Class: Aws::AppStream::Types::ListAssociatedFleetsResult

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

#namesArray<String>

The name of the fleet.

Returns:

  • (Array<String>)


4079
4080
4081
4082
4083
4084
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4079

class ListAssociatedFleetsResult < Struct.new(
  :names,
  :next_token)
  SENSITIVE = []
  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)


4079
4080
4081
4082
4083
4084
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4079

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