Class: Aws::Types::TreatmentInput

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)


849
850
851
# File 'sig/types.rbs', line 849

def description
  @description
end

#flag_value ⇒ Types::FlagValue

Returns the value of attribute flag_value.

Returns:



850
851
852
# File 'sig/types.rbs', line 850

def flag_value
  @flag_value
end

#weight ⇒ ::Float

Returns the value of attribute weight.

Returns:

  • (::Float)


848
849
850
# File 'sig/types.rbs', line 848

def weight
  @weight
end