Class: Aws::SecurityHub::Types::ConfigurationPolicySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ConfigurationPolicySummary
- Includes:
- Aws::Structure
- Defined in:
- 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.
23355 23356 23357 23358 23359 23360 23361 23362 23363 23364 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23355 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.
23355 23356 23357 23358 23359 23360 23361 23362 23363 23364 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23355 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.
23355 23356 23357 23358 23359 23360 23361 23362 23363 23364 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23355 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: ‘-, ., !, *, /`.
23355 23356 23357 23358 23359 23360 23361 23362 23363 23364 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23355 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.
23355 23356 23357 23358 23359 23360 23361 23362 23363 23364 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23355 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.
23355 23356 23357 23358 23359 23360 23361 23362 23363 23364 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23355 class ConfigurationPolicySummary < Struct.new( :arn, :id, :name, :description, :updated_at, :service_enabled) SENSITIVE = [] include Aws::Structure end |