Class: Aws::Types::StandardsControl

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#control_id::String

Returns the value of attribute control_id.

Returns:

  • (::String)


7668
7669
7670
# File 'sig/types.rbs', line 7668

def control_id
  @control_id
end

#control_status"ENABLED", "DISABLED"

Returns the value of attribute control_status.

Returns:

  • ("ENABLED", "DISABLED")


7665
7666
7667
# File 'sig/types.rbs', line 7665

def control_status
  @control_status
end

#control_status_updated_at::Time

Returns the value of attribute control_status_updated_at.

Returns:

  • (::Time)


7667
7668
7669
# File 'sig/types.rbs', line 7667

def control_status_updated_at
  @control_status_updated_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7670
7671
7672
# File 'sig/types.rbs', line 7670

def description
  @description
end

#disabled_reason::String

Returns the value of attribute disabled_reason.

Returns:

  • (::String)


7666
7667
7668
# File 'sig/types.rbs', line 7666

def disabled_reason
  @disabled_reason
end

Returns the value of attribute related_requirements.

Returns:

  • (::Array[::String])


7673
7674
7675
# File 'sig/types.rbs', line 7673

def related_requirements
  @related_requirements
end

#remediation_url::String

Returns the value of attribute remediation_url.

Returns:

  • (::String)


7671
7672
7673
# File 'sig/types.rbs', line 7671

def remediation_url
  @remediation_url
end

#severity_rating"LOW", ...

Returns the value of attribute severity_rating.

Returns:

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


7672
7673
7674
# File 'sig/types.rbs', line 7672

def severity_rating
  @severity_rating
end

#standards_control_arn::String

Returns the value of attribute standards_control_arn.

Returns:

  • (::String)


7664
7665
7666
# File 'sig/types.rbs', line 7664

def standards_control_arn
  @standards_control_arn
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


7669
7670
7671
# File 'sig/types.rbs', line 7669

def title
  @title
end