Class: Aws::SecurityHub::Types::GetConfigurationPolicyAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetConfigurationPolicyAssociationResponse
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_status ⇒ String
The current status of the association between the specified target and the configuration.
-
#association_status_message ⇒ String
The explanation for a
FAILED
value forAssociationStatus
. -
#association_type ⇒ String
Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
-
#configuration_policy_id ⇒ String
The universally unique identifier (UUID) of a configuration policy.
-
#target_id ⇒ String
The target account ID, organizational unit ID, or the root ID for which the association is retrieved.
-
#target_type ⇒ String
Specifies whether the target is an Amazon Web Services account, organizational unit, or the organization root.
-
#updated_at ⇒ Time
The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.
Instance Attribute Details
#association_status ⇒ String
The current status of the association between the specified target and the configuration.
24376 24377 24378 24379 24380 24381 24382 24383 24384 24385 24386 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24376 class GetConfigurationPolicyAssociationResponse < Struct.new( :configuration_policy_id, :target_id, :target_type, :association_type, :updated_at, :association_status, :association_status_message) SENSITIVE = [] include Aws::Structure end |
#association_status_message ⇒ String
The explanation for a FAILED
value for AssociationStatus
.
24376 24377 24378 24379 24380 24381 24382 24383 24384 24385 24386 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24376 class GetConfigurationPolicyAssociationResponse < Struct.new( :configuration_policy_id, :target_id, :target_type, :association_type, :updated_at, :association_status, :association_status_message) SENSITIVE = [] include Aws::Structure end |
#association_type ⇒ String
Indicates whether the association between the specified target and the configuration was directly applied by the Security Hub delegated administrator or inherited from a parent.
24376 24377 24378 24379 24380 24381 24382 24383 24384 24385 24386 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24376 class GetConfigurationPolicyAssociationResponse < Struct.new( :configuration_policy_id, :target_id, :target_type, :association_type, :updated_at, :association_status, :association_status_message) SENSITIVE = [] include Aws::Structure end |
#configuration_policy_id ⇒ String
The universally unique identifier (UUID) of a configuration policy.
For self-managed behavior, the value is SELF_MANAGED_SECURITY_HUB
.
24376 24377 24378 24379 24380 24381 24382 24383 24384 24385 24386 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24376 class GetConfigurationPolicyAssociationResponse < Struct.new( :configuration_policy_id, :target_id, :target_type, :association_type, :updated_at, :association_status, :association_status_message) SENSITIVE = [] include Aws::Structure end |
#target_id ⇒ String
The target account ID, organizational unit ID, or the root ID for which the association is retrieved.
24376 24377 24378 24379 24380 24381 24382 24383 24384 24385 24386 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24376 class GetConfigurationPolicyAssociationResponse < Struct.new( :configuration_policy_id, :target_id, :target_type, :association_type, :updated_at, :association_status, :association_status_message) SENSITIVE = [] include Aws::Structure end |
#target_type ⇒ String
Specifies whether the target is an Amazon Web Services account, organizational unit, or the organization root.
24376 24377 24378 24379 24380 24381 24382 24383 24384 24385 24386 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24376 class GetConfigurationPolicyAssociationResponse < Struct.new( :configuration_policy_id, :target_id, :target_type, :association_type, :updated_at, :association_status, :association_status_message) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time, in UTC and ISO 8601 format, that the configuration policy association was last updated.
24376 24377 24378 24379 24380 24381 24382 24383 24384 24385 24386 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24376 class GetConfigurationPolicyAssociationResponse < Struct.new( :configuration_policy_id, :target_id, :target_type, :association_type, :updated_at, :association_status, :association_status_message) SENSITIVE = [] include Aws::Structure end |