Class: Aws::AppStream::Types::DescribeDirectoryConfigsRequest

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

#directory_namesArray<String>

The directory names.

Returns:

  • (Array<String>)


2448
2449
2450
2451
2452
2453
2454
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2448

class DescribeDirectoryConfigsRequest < Struct.new(
  :directory_names,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum size of each page of results.

Returns:

  • (Integer)


2448
2449
2450
2451
2452
2453
2454
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2448

class DescribeDirectoryConfigsRequest < Struct.new(
  :directory_names,
  :max_results,
  :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)


2448
2449
2450
2451
2452
2453
2454
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2448

class DescribeDirectoryConfigsRequest < Struct.new(
  :directory_names,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end