Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::AuditManager::Types::ChangeLog

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb

Overview

The record of a change within Audit Manager. For example, this could be the status change of an assessment or the delegation of a control set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action that was performed.

Returns:

  • (String)

1107
1108
1109
1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1107

class ChangeLog < Struct.new(
  :object_type,
  :object_name,
  :action,
  :created_at,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time when the action was performed and the changelog record was created.

Returns:

  • (Time)

1107
1108
1109
1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1107

class ChangeLog < Struct.new(
  :object_type,
  :object_name,
  :action,
  :created_at,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The user or role that performed the action.

Returns:

  • (String)

1107
1108
1109
1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1107

class ChangeLog < Struct.new(
  :object_type,
  :object_name,
  :action,
  :created_at,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#object_nameString

The name of the object that changed. This could be the name of an assessment, control, or control set.

Returns:

  • (String)

1107
1108
1109
1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1107

class ChangeLog < Struct.new(
  :object_type,
  :object_name,
  :action,
  :created_at,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#object_typeString

The object that was changed, such as an assessment, control, or control set.

Returns:

  • (String)

1107
1108
1109
1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1107

class ChangeLog < Struct.new(
  :object_type,
  :object_name,
  :action,
  :created_at,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end