Class: Aws::DirectoryService::Types::UpdateSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::UpdateSettingsRequest
- 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 for which to update settings.
-
#settings ⇒ Array<Types::Setting>
The list of Setting objects.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the directory for which to update settings.
4638 4639 4640 4641 4642 4643 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4638 class UpdateSettingsRequest < Struct.new( :directory_id, :settings) SENSITIVE = [] include Aws::Structure end |
#settings ⇒ Array<Types::Setting>
The list of Setting objects.
4638 4639 4640 4641 4642 4643 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4638 class UpdateSettingsRequest < Struct.new( :directory_id, :settings) SENSITIVE = [] include Aws::Structure end |