Class: Aws::AppStream::Types::DescribeDirectoryConfigsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeDirectoryConfigsResult
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_configs ⇒ Array<Types::DirectoryConfig>
Information about the directory configurations.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
Instance Attribute Details
#directory_configs ⇒ Array<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.
2337 2338 2339 2340 2341 2342 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2337 class DescribeDirectoryConfigsResult < Struct.new( :directory_configs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2337 2338 2339 2340 2341 2342 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2337 class DescribeDirectoryConfigsResult < Struct.new( :directory_configs, :next_token) SENSITIVE = [] include Aws::Structure end |