Class: Aws::AuditManager::Types::ControlMetadata

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

Overview

The metadata associated with the specified standard or custom control.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the specified control.

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
# File 'lib/aws-sdk-auditmanager/types.rb', line 1297

class ControlMetadata < Struct.new(
  :arn,
  :id,
  :name,
  :control_sources,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#control_sourcesString

The data source that determines from where AWS Audit Manager collects evidence for the control.

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
# File 'lib/aws-sdk-auditmanager/types.rb', line 1297

class ControlMetadata < Struct.new(
  :arn,
  :id,
  :name,
  :control_sources,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Specifies when the control was created.

Returns:

  • (Time)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
# File 'lib/aws-sdk-auditmanager/types.rb', line 1297

class ControlMetadata < Struct.new(
  :arn,
  :id,
  :name,
  :control_sources,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the specified control.

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
# File 'lib/aws-sdk-auditmanager/types.rb', line 1297

class ControlMetadata < Struct.new(
  :arn,
  :id,
  :name,
  :control_sources,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

Specifies when the control was most recently updated.

Returns:

  • (Time)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
# File 'lib/aws-sdk-auditmanager/types.rb', line 1297

class ControlMetadata < Struct.new(
  :arn,
  :id,
  :name,
  :control_sources,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the specified control.

Returns:

  • (String)


1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
# File 'lib/aws-sdk-auditmanager/types.rb', line 1297

class ControlMetadata < Struct.new(
  :arn,
  :id,
  :name,
  :control_sources,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end