Class: Aws::DirectoryService::Types::UpdateInfoEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directoryservice/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

Instance Attribute Details

#initiated_byString

This specifies if the update was initiated by the customer or by the service team.

Returns:

  • (String)


4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4502

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_timeTime

The last updated date and time of a particular directory setting.

Returns:

  • (Time)


4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4502

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_valueTypes::UpdateValue

The new value of the target setting.

Returns:



4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4502

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_valueTypes::UpdateValue

The old value of the target setting.

Returns:



4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4502

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

#regionString

The name of the Region.

Returns:

  • (String)


4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4502

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_timeTime

The start time of the UpdateDirectorySetup for the particular type.

Returns:

  • (Time)


4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4502

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

#statusString

The status of the update performed on the directory.

Returns:

  • (String)


4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4502

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_reasonString

The reason for the current status of the update type activity.

Returns:

  • (String)


4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4502

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