Class: Aws::Types::SecurityControl

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7489
7490
7491
# File 'sig/types.rbs', line 7489

def description
  @description
end

#last_update_reason::String

Returns the value of attribute last_update_reason.

Returns:

  • (::String)


7495
7496
7497
# File 'sig/types.rbs', line 7495

def last_update_reason
  @last_update_reason
end

#parameters::Hash[::String, Types::ParameterConfiguration]

Returns the value of attribute parameters.

Returns:



7494
7495
7496
# File 'sig/types.rbs', line 7494

def parameters
  @parameters
end

#provider"AWS", "Azure"

Returns the value of attribute provider.

Returns:

  • ("AWS", "Azure")


7496
7497
7498
# File 'sig/types.rbs', line 7496

def provider
  @provider
end

#remediation_url::String

Returns the value of attribute remediation_url.

Returns:

  • (::String)


7490
7491
7492
# File 'sig/types.rbs', line 7490

def remediation_url
  @remediation_url
end

#security_control_arn::String

Returns the value of attribute security_control_arn.

Returns:

  • (::String)


7487
7488
7489
# File 'sig/types.rbs', line 7487

def security_control_arn
  @security_control_arn
end

#security_control_id::String

Returns the value of attribute security_control_id.

Returns:

  • (::String)


7486
7487
7488
# File 'sig/types.rbs', line 7486

def security_control_id
  @security_control_id
end

#security_control_status"ENABLED", "DISABLED"

Returns the value of attribute security_control_status.

Returns:

  • ("ENABLED", "DISABLED")


7492
7493
7494
# File 'sig/types.rbs', line 7492

def security_control_status
  @security_control_status
end

#severity_rating"LOW", ...

Returns the value of attribute severity_rating.

Returns:

  • ("LOW", "MEDIUM", "HIGH", "CRITICAL")


7491
7492
7493
# File 'sig/types.rbs', line 7491

def severity_rating
  @severity_rating
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


7488
7489
7490
# File 'sig/types.rbs', line 7488

def title
  @title
end

#update_status"READY", "UPDATING"

Returns the value of attribute update_status.

Returns:

  • ("READY", "UPDATING")


7493
7494
7495
# File 'sig/types.rbs', line 7493

def update_status
  @update_status
end