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

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

Overview

The record of a change within AWS Audit Manager, such as a modified assessment, a delegated control set, and so on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action performed.

Returns:

  • (String)


1085
1086
1087
1088
1089
1090
1091
1092
1093
# File 'lib/aws-sdk-auditmanager/types.rb', line 1085

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

#created_atTime

The time of creation for the changelog object.

Returns:

  • (Time)


1085
1086
1087
1088
1089
1090
1091
1092
1093
# File 'lib/aws-sdk-auditmanager/types.rb', line 1085

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

#created_byString

The IAM user or role that performed the action.

Returns:

  • (String)


1085
1086
1087
1088
1089
1090
1091
1092
1093
# File 'lib/aws-sdk-auditmanager/types.rb', line 1085

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

#object_nameString

The name of the changelog object.

Returns:

  • (String)


1085
1086
1087
1088
1089
1090
1091
1092
1093
# File 'lib/aws-sdk-auditmanager/types.rb', line 1085

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

#object_typeString

The changelog object type, such as an assessment, control, or control set.

Returns:

  • (String)


1085
1086
1087
1088
1089
1090
1091
1092
1093
# File 'lib/aws-sdk-auditmanager/types.rb', line 1085

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