Class: Aws::Types::SecurityHubPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_standard_identifiers::Array[::String]

Returns the value of attribute enabled_standard_identifiers.

Returns:

  • (::Array[::String])


7534
7535
7536
# File 'sig/types.rbs', line 7534

def enabled_standard_identifiers
  @enabled_standard_identifiers
end

#security_controls_configurationTypes::SecurityControlsConfiguration

Returns the value of attribute security_controls_configuration.



7535
7536
7537
# File 'sig/types.rbs', line 7535

def security_controls_configuration
  @security_controls_configuration
end

#service_enabledBoolean

Returns the value of attribute service_enabled.

Returns:

  • (Boolean)


7533
7534
7535
# File 'sig/types.rbs', line 7533

def service_enabled
  @service_enabled
end