Class: Aws::DirectoryService::Types::UpdateInfoEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::UpdateInfoEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
An entry of update information related to a requested update type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#initiated_by ⇒ String
This specifies if the update was initiated by the customer or by the service team.
-
#last_updated_date_time ⇒ Time
The last updated date and time of a particular directory setting.
-
#new_value ⇒ Types::UpdateValue
The new value of the target setting.
-
#previous_value ⇒ Types::UpdateValue
The old value of the target setting.
-
#region ⇒ String
The name of the Region.
-
#start_time ⇒ Time
The start time of the ‘UpdateDirectorySetup` for the particular type.
-
#status ⇒ String
The status of the update performed on the directory.
-
#status_reason ⇒ String
The reason for the current status of the update type activity.
Instance Attribute Details
#initiated_by ⇒ String
This specifies if the update was initiated by the customer or by the service team.
4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4566 class UpdateInfoEntry < Struct.new( :region, :status, :status_reason, :initiated_by, :new_value, :previous_value, :start_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_date_time ⇒ Time
The last updated date and time of a particular directory setting.
4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4566 class UpdateInfoEntry < Struct.new( :region, :status, :status_reason, :initiated_by, :new_value, :previous_value, :start_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#new_value ⇒ Types::UpdateValue
The new value of the target setting.
4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4566 class UpdateInfoEntry < Struct.new( :region, :status, :status_reason, :initiated_by, :new_value, :previous_value, :start_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#previous_value ⇒ Types::UpdateValue
The old value of the target setting.
4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4566 class UpdateInfoEntry < Struct.new( :region, :status, :status_reason, :initiated_by, :new_value, :previous_value, :start_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The name of the Region.
4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4566 class UpdateInfoEntry < Struct.new( :region, :status, :status_reason, :initiated_by, :new_value, :previous_value, :start_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of the ‘UpdateDirectorySetup` for the particular type.
4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4566 class UpdateInfoEntry < Struct.new( :region, :status, :status_reason, :initiated_by, :new_value, :previous_value, :start_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the update performed on the directory.
4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4566 class UpdateInfoEntry < Struct.new( :region, :status, :status_reason, :initiated_by, :new_value, :previous_value, :start_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the current status of the update type activity.
4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4566 class UpdateInfoEntry < Struct.new( :region, :status, :status_reason, :initiated_by, :new_value, :previous_value, :start_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |