Class: Aws::SecurityHub::Types::ConfigurationPolicySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ConfigurationPolicySummary
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
An object that contains the details of an Security Hub configuration
policy that’s returned in a ListConfigurationPolicies
request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration policy.
-
#description ⇒ String
The description of the configuration policy.
-
#id ⇒ String
The universally unique identifier (UUID) of the configuration policy.
-
#name ⇒ String
The name of the configuration policy.
-
#service_enabled ⇒ Boolean
Indicates whether the service that the configuration policy applies to is enabled in the policy.
-
#updated_at ⇒ Time
The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration policy.
23501 23502 23503 23504 23505 23506 23507 23508 23509 23510 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23501 class ConfigurationPolicySummary < Struct.new( :arn, :id, :name, :description, :updated_at, :service_enabled) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the configuration policy.
23501 23502 23503 23504 23505 23506 23507 23508 23509 23510 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23501 class ConfigurationPolicySummary < Struct.new( :arn, :id, :name, :description, :updated_at, :service_enabled) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The universally unique identifier (UUID) of the configuration policy.
23501 23502 23503 23504 23505 23506 23507 23508 23509 23510 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23501 class ConfigurationPolicySummary < Struct.new( :arn, :id, :name, :description, :updated_at, :service_enabled) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the configuration policy. Alphanumeric characters and
the following ASCII characters are permitted: -, ., !, *, /
.
23501 23502 23503 23504 23505 23506 23507 23508 23509 23510 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23501 class ConfigurationPolicySummary < Struct.new( :arn, :id, :name, :description, :updated_at, :service_enabled) SENSITIVE = [] include Aws::Structure end |
#service_enabled ⇒ Boolean
Indicates whether the service that the configuration policy applies to is enabled in the policy.
23501 23502 23503 23504 23505 23506 23507 23508 23509 23510 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23501 class ConfigurationPolicySummary < Struct.new( :arn, :id, :name, :description, :updated_at, :service_enabled) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.
23501 23502 23503 23504 23505 23506 23507 23508 23509 23510 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23501 class ConfigurationPolicySummary < Struct.new( :arn, :id, :name, :description, :updated_at, :service_enabled) SENSITIVE = [] include Aws::Structure end |