Class: Aws::SecurityHub::Types::ConfigurationPolicySummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the configuration policy.

Returns:

  • (String)


23325
23326
23327
23328
23329
23330
23331
23332
23333
23334
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23325

class ConfigurationPolicySummary < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :updated_at,
  :service_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the configuration policy.

Returns:

  • (String)


23325
23326
23327
23328
23329
23330
23331
23332
23333
23334
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23325

class ConfigurationPolicySummary < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :updated_at,
  :service_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The universally unique identifier (UUID) of the configuration policy.

Returns:

  • (String)


23325
23326
23327
23328
23329
23330
23331
23332
23333
23334
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23325

class ConfigurationPolicySummary < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :updated_at,
  :service_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the configuration policy. Alphanumeric characters and the following ASCII characters are permitted: -, ., !, *, /.

Returns:

  • (String)


23325
23326
23327
23328
23329
23330
23331
23332
23333
23334
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23325

class ConfigurationPolicySummary < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :updated_at,
  :service_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#service_enabledBoolean

Indicates whether the service that the configuration policy applies to is enabled in the policy.

Returns:

  • (Boolean)


23325
23326
23327
23328
23329
23330
23331
23332
23333
23334
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23325

class ConfigurationPolicySummary < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :updated_at,
  :service_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated.

Returns:

  • (Time)


23325
23326
23327
23328
23329
23330
23331
23332
23333
23334
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 23325

class ConfigurationPolicySummary < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :updated_at,
  :service_enabled)
  SENSITIVE = []
  include Aws::Structure
end