Class: Aws::Types::SecurityControlDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_region_availability"AVAILABLE", "UNAVAILABLE"

Returns the value of attribute current_region_availability.

Returns:

  • ("AVAILABLE", "UNAVAILABLE")


7512
7513
7514
# File 'sig/types.rbs', line 7512

def current_region_availability
  @current_region_availability
end

#customizable_properties::Array[("Parameters")]

Returns the value of attribute customizable_properties.

Returns:

  • (::Array[("Parameters")])


7513
7514
7515
# File 'sig/types.rbs', line 7513

def customizable_properties
  @customizable_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7509
7510
7511
# File 'sig/types.rbs', line 7509

def description
  @description
end

#parameter_definitions::Hash[::String, Types::ParameterDefinition]

Returns the value of attribute parameter_definitions.

Returns:



7514
7515
7516
# File 'sig/types.rbs', line 7514

def parameter_definitions
  @parameter_definitions
end

#provider"AWS", "Azure"

Returns the value of attribute provider.

Returns:

  • ("AWS", "Azure")


7515
7516
7517
# File 'sig/types.rbs', line 7515

def provider
  @provider
end

#remediation_url::String

Returns the value of attribute remediation_url.

Returns:

  • (::String)


7510
7511
7512
# File 'sig/types.rbs', line 7510

def remediation_url
  @remediation_url
end

#security_control_id::String

Returns the value of attribute security_control_id.

Returns:

  • (::String)


7507
7508
7509
# File 'sig/types.rbs', line 7507

def security_control_id
  @security_control_id
end

#severity_rating"LOW", ...

Returns the value of attribute severity_rating.

Returns:

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


7511
7512
7513
# File 'sig/types.rbs', line 7511

def severity_rating
  @severity_rating
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


7508
7509
7510
# File 'sig/types.rbs', line 7508

def title
  @title
end