Class: Aws::SecurityHub::Types::AssociationFilters
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AssociationFilters
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Options for filtering the ListConfigurationPolicyAssociations
response. You can filter by the Amazon Resource Name (ARN) or
universally unique identifier (UUID) of a configuration policy,
AssociationType
, or AssociationStatus
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_status ⇒ String
The current status of the association between a target and a configuration policy.
-
#association_type ⇒ String
Indicates whether the association between a target and a configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
-
#configuration_policy_id ⇒ String
The ARN or UUID of the configuration policy.
Instance Attribute Details
#association_status ⇒ String
The current status of the association between a target and a configuration policy.
488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 488 class AssociationFilters < Struct.new( :configuration_policy_id, :association_type, :association_status) SENSITIVE = [] include Aws::Structure end |
#association_type ⇒ String
Indicates whether the association between a target and a configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 488 class AssociationFilters < Struct.new( :configuration_policy_id, :association_type, :association_status) SENSITIVE = [] include Aws::Structure end |
#configuration_policy_id ⇒ String
The ARN or UUID of the configuration policy.
488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 488 class AssociationFilters < Struct.new( :configuration_policy_id, :association_type, :association_status) SENSITIVE = [] include Aws::Structure end |