Class: Aws::SecurityAgent::Types::UpdateSecurityRequirementEntry

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

Overview

Contains the details for updating an existing security requirement within a pack. The name is an immutable identifier used to locate the requirement and cannot be modified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

The updated description of the security requirement.

Returns:

  • (String)


9009
9010
9011
9012
9013
9014
9015
9016
9017
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 9009

class UpdateSecurityRequirementEntry < Struct.new(
  :name,
  :description,
  :domain,
  :evaluation,
  :remediation)
  SENSITIVE = []
  include Aws::Structure
end

#domain ⇒ String

The updated security domain the requirement belongs to.

Returns:

  • (String)


9009
9010
9011
9012
9013
9014
9015
9016
9017
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 9009

class UpdateSecurityRequirementEntry < Struct.new(
  :name,
  :description,
  :domain,
  :evaluation,
  :remediation)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation ⇒ String

The updated evaluation criteria used to assess compliance with this requirement.

Returns:

  • (String)


9009
9010
9011
9012
9013
9014
9015
9016
9017
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 9009

class UpdateSecurityRequirementEntry < Struct.new(
  :name,
  :description,
  :domain,
  :evaluation,
  :remediation)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the security requirement to update. This is an immutable identifier and cannot be changed once the requirement is created.

Returns:

  • (String)


9009
9010
9011
9012
9013
9014
9015
9016
9017
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 9009

class UpdateSecurityRequirementEntry < Struct.new(
  :name,
  :description,
  :domain,
  :evaluation,
  :remediation)
  SENSITIVE = []
  include Aws::Structure
end

#remediation ⇒ String

The updated remediation steps when the requirement is not met.

Returns:

  • (String)


9009
9010
9011
9012
9013
9014
9015
9016
9017
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 9009

class UpdateSecurityRequirementEntry < Struct.new(
  :name,
  :description,
  :domain,
  :evaluation,
  :remediation)
  SENSITIVE = []
  include Aws::Structure
end