Class: Aws::Types::ToxicLabels

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#labels::Array[Types::ToxicContent]

Returns the value of attribute labels.

Returns:



2022
2023
2024
# File 'sig/types.rbs', line 2022

def labels
  @labels
end

#toxicity::Float

Returns the value of attribute toxicity.

Returns:

  • (::Float)


2023
2024
2025
# File 'sig/types.rbs', line 2023

def toxicity
  @toxicity
end