Class: Aws::DirectoryService::Types::DescribeSettingsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::DescribeSettingsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The identifier of the directory.
-
#next_token ⇒ String
If not null, token that indicates that more results are available.
-
#setting_entries ⇒ Array<Types::SettingEntry>
The list of SettingEntry objects that were retrieved.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the directory.
1652 1653 1654 1655 1656 1657 1658 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1652 class DescribeSettingsResult < Struct.new( :directory_id, :setting_entries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If not null, token that indicates that more results are available. Pass this value for the ‘NextToken` parameter in a subsequent call to `DescribeSettings` to retrieve the next set of items.
1652 1653 1654 1655 1656 1657 1658 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1652 class DescribeSettingsResult < Struct.new( :directory_id, :setting_entries, :next_token) SENSITIVE = [] include Aws::Structure end |
#setting_entries ⇒ Array<Types::SettingEntry>
The list of SettingEntry objects that were retrieved.
It is possible that this list contains less than the number of items specified in the ‘Limit` member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.
1652 1653 1654 1655 1656 1657 1658 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 1652 class DescribeSettingsResult < Struct.new( :directory_id, :setting_entries, :next_token) SENSITIVE = [] include Aws::Structure end |