Class: Aws::AppStream::Types::ListAssociatedStacksRequest

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

#fleet_nameString

The name of the fleet.

Returns:

  • (String)


4097
4098
4099
4100
4101
4102
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4097

class ListAssociatedStacksRequest < Struct.new(
  :fleet_name,
  :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 this value is null, it retrieves the first page.

Returns:

  • (String)


4097
4098
4099
4100
4101
4102
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4097

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