Class: Aws::SecurityHub::Types::GetConfigurationPolicyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the configuration policy.

Returns:

  • (String)


25402
25403
25404
25405
25406
25407
25408
25409
25410
25411
25412
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25402

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

#configuration_policyTypes::Policy

An object that defines how Security Hub is configured. It includes whether Security Hub is enabled or disabled, a list of enabled security standards, a list of enabled or disabled security controls, and a list of custom parameter values for specified controls. If the policy includes a list of security controls that are enabled, Security Hub disables all other controls (including newly released controls). If the policy includes a list of security controls that are disabled, Security Hub enables all other controls (including newly released controls).

Returns:



25402
25403
25404
25405
25406
25407
25408
25409
25410
25411
25412
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25402

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

#created_atTime

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

Returns:

  • (Time)


25402
25403
25404
25405
25406
25407
25408
25409
25410
25411
25412
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25402

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

#descriptionString

The description of the configuration policy.

Returns:

  • (String)


25402
25403
25404
25405
25406
25407
25408
25409
25410
25411
25412
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25402

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

#idString

The UUID of the configuration policy.

Returns:

  • (String)


25402
25403
25404
25405
25406
25407
25408
25409
25410
25411
25412
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25402

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

#nameString

The name of the configuration policy.

Returns:

  • (String)


25402
25403
25404
25405
25406
25407
25408
25409
25410
25411
25412
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25402

class GetConfigurationPolicyResponse < Struct.new(
  :arn,
  :id,
  :name,
  :description,
  :updated_at,
  :created_at,
  :configuration_policy)
  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)


25402
25403
25404
25405
25406
25407
25408
25409
25410
25411
25412
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25402

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