Class: Aws::AppStream::Types::DescribeDirectoryConfigsResult

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_configsArray<Types::DirectoryConfig>

Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.

Returns:



2469
2470
2471
2472
2473
2474
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2469

class DescribeDirectoryConfigsResult < Struct.new(
  :directory_configs,
  :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)


2469
2470
2471
2472
2473
2474
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2469

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