Class: Aws::SecurityHub::Types::StartConfigurationPolicyAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::StartConfigurationPolicyAssociationResponse
- Includes:
- Aws::Structure
- Defined in:
- 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
An explanation for a ‘FAILED` value for `AssociationStatus`.
-
#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 UUID of the configuration policy.
-
#target_id ⇒ String
The identifier of the target account, organizational unit, or the organization root with which the configuration is associated.
-
#target_type ⇒ String
Indicates 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.
30301 30302 30303 30304 30305 30306 30307 30308 30309 30310 30311 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30301 class StartConfigurationPolicyAssociationResponse < 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
An explanation for a ‘FAILED` value for `AssociationStatus`.
30301 30302 30303 30304 30305 30306 30307 30308 30309 30310 30311 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30301 class StartConfigurationPolicyAssociationResponse < 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.
30301 30302 30303 30304 30305 30306 30307 30308 30309 30310 30311 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30301 class StartConfigurationPolicyAssociationResponse < 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 UUID of the configuration policy.
30301 30302 30303 30304 30305 30306 30307 30308 30309 30310 30311 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30301 class StartConfigurationPolicyAssociationResponse < 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 identifier of the target account, organizational unit, or the organization root with which the configuration is associated.
30301 30302 30303 30304 30305 30306 30307 30308 30309 30310 30311 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30301 class StartConfigurationPolicyAssociationResponse < 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
Indicates whether the target is an Amazon Web Services account, organizational unit, or the organization root.
30301 30302 30303 30304 30305 30306 30307 30308 30309 30310 30311 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30301 class StartConfigurationPolicyAssociationResponse < 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.
30301 30302 30303 30304 30305 30306 30307 30308 30309 30310 30311 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30301 class StartConfigurationPolicyAssociationResponse < Struct.new( :configuration_policy_id, :target_id, :target_type, :association_type, :updated_at, :association_status, :association_status_message) SENSITIVE = [] include Aws::Structure end |