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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Note:

When making an API call, you may pass DescribeDirectoryConfigsRequest data as a hash:

{
  directory_names: ["DirectoryName"],
  max_results: 1,
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#directory_namesArray<String>

The directory names.

Returns:

  • (Array<String>)


1146
1147
1148
1149
1150
1151
# File 'lib/aws-sdk-appstream/types.rb', line 1146

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

#max_resultsInteger

The maximum size of each page of results.

Returns:

  • (Integer)


1146
1147
1148
1149
1150
1151
# File 'lib/aws-sdk-appstream/types.rb', line 1146

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


1146
1147
1148
1149
1150
1151
# File 'lib/aws-sdk-appstream/types.rb', line 1146

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