Class: Aws::Types::Treatment

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)


842
843
844
# File 'sig/types.rbs', line 842

def description
  @description
end

#flag_value ⇒ Types::FlagValue

Returns the value of attribute flag_value.

Returns:



843
844
845
# File 'sig/types.rbs', line 843

def flag_value
  @flag_value
end

#key ⇒ ::String

Returns the value of attribute key.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def key
  @key
end

#weight ⇒ ::Float

Returns the value of attribute weight.

Returns:

  • (::Float)


841
842
843
# File 'sig/types.rbs', line 841

def weight
  @weight
end