Class: Aws::AuditManager::Types::ControlMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ControlMetadata
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the control.
-
#control_sources ⇒ String
The data source that determines where Audit Manager collects evidence from for the control.
-
#created_at ⇒ Time
The time when the control was created.
-
#id ⇒ String
The unique identifier for the control.
-
#last_updated_at ⇒ Time
The time when the control was most recently updated.
-
#name ⇒ String
The name of the control.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the control.
1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 |
# File '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_sources ⇒ String
The data source that determines where Audit Manager collects evidence from for the control.
1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 |
# File '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_at ⇒ Time
The time when the control was created.
1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 |
# File '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 |
#id ⇒ String
The unique identifier for the control.
1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 |
# File '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_at ⇒ Time
The time when the control was most recently updated.
1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 |
# File '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 |
#name ⇒ String
The name of the control.
1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 |
# File '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 |