Class: Aws::SecurityHub::Types::StandardsControlAssociationDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::StandardsControlAssociationDetail
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Provides details about a control's enablement status in a specified standard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_status ⇒ String
Specifies whether a control is enabled or disabled in a specified standard.
-
#related_requirements ⇒ Array<String>
The requirement that underlies a control in the compliance framework related to the standard.
-
#security_control_arn ⇒ String
The ARN of a security control across standards, such as
arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1
. -
#security_control_id ⇒ String
The unique identifier of a security control across standards.
-
#standards_arn ⇒ String
The Amazon Resource Name (ARN) of a security standard.
-
#standards_control_arns ⇒ Array<String>
Provides the input parameter that Security Hub uses to call the [UpdateStandardsControl][1] API.
-
#standards_control_description ⇒ String
The description of a control.
-
#standards_control_title ⇒ String
The title of a control.
-
#updated_at ⇒ Time
The time at which the enablement status of the control in the specified standard was last updated.
-
#updated_reason ⇒ String
The reason for updating the enablement status of a control in a specified standard.
Instance Attribute Details
#association_status ⇒ String
Specifies whether a control is enabled or disabled in a specified standard.
31541 31542 31543 31544 31545 31546 31547 31548 31549 31550 31551 31552 31553 31554 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31541 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#related_requirements ⇒ Array<String>
The requirement that underlies a control in the compliance framework related to the standard.
31541 31542 31543 31544 31545 31546 31547 31548 31549 31550 31551 31552 31553 31554 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31541 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#security_control_arn ⇒ String
The ARN of a security control across standards, such as
arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1
.
This parameter doesn't mention a specific standard.
31541 31542 31543 31544 31545 31546 31547 31548 31549 31550 31551 31552 31553 31554 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31541 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#security_control_id ⇒ String
The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Services service name and a number, such as APIGateway.3.
31541 31542 31543 31544 31545 31546 31547 31548 31549 31550 31551 31552 31553 31554 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31541 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#standards_arn ⇒ String
The Amazon Resource Name (ARN) of a security standard.
31541 31542 31543 31544 31545 31546 31547 31548 31549 31550 31551 31552 31553 31554 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31541 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#standards_control_arns ⇒ Array<String>
Provides the input parameter that Security Hub uses to call the UpdateStandardsControl API. This API can be used to enable or disable a control in a specified standard.
31541 31542 31543 31544 31545 31546 31547 31548 31549 31550 31551 31552 31553 31554 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31541 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#standards_control_description ⇒ String
The description of a control. This typically summarizes how Security Hub evaluates the control and the conditions under which it produces a failed finding. This parameter may reference a specific standard.
31541 31542 31543 31544 31545 31546 31547 31548 31549 31550 31551 31552 31553 31554 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31541 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#standards_control_title ⇒ String
The title of a control. This field may reference a specific standard.
31541 31542 31543 31544 31545 31546 31547 31548 31549 31550 31551 31552 31553 31554 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31541 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the enablement status of the control in the specified standard was last updated.
31541 31542 31543 31544 31545 31546 31547 31548 31549 31550 31551 31552 31553 31554 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31541 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |
#updated_reason ⇒ String
The reason for updating the enablement status of a control in a specified standard.
31541 31542 31543 31544 31545 31546 31547 31548 31549 31550 31551 31552 31553 31554 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31541 class StandardsControlAssociationDetail < Struct.new( :standards_arn, :security_control_id, :security_control_arn, :association_status, :related_requirements, :updated_at, :updated_reason, :standards_control_title, :standards_control_description, :standards_control_arns) SENSITIVE = [] include Aws::Structure end |