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

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

Overview

The metadata that's associated with the standard control or custom control.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the control.

Returns:

  • (String)


1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1456

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 where Audit Manager collects evidence from for the control.

Returns:

  • (String)


1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1456

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

#created_atTime

The time when the control was created.

Returns:

  • (Time)


1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1456

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 control.

Returns:

  • (String)


1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1456

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

#last_updated_atTime

The time when the control was most recently updated.

Returns:

  • (Time)


1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1456

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

#nameString

The name of the control.

Returns:

  • (String)


1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1456

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