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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
# File 'lib/aws-sdk-auditmanager/types.rb', line 1539

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)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
# File 'lib/aws-sdk-auditmanager/types.rb', line 1539

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)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
# File 'lib/aws-sdk-auditmanager/types.rb', line 1539

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)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
# File 'lib/aws-sdk-auditmanager/types.rb', line 1539

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)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
# File 'lib/aws-sdk-auditmanager/types.rb', line 1539

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)


1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
# File 'lib/aws-sdk-auditmanager/types.rb', line 1539

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