Class: Aws::Types::TreatmentOverrides

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

Defined Under Namespace

Classes: Inline, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inline ⇒ ::Hash[::String, ::String]

Returns the value of attribute inline.

Returns:

  • (::Hash[::String, ::String])


855
856
857
# File 'sig/types.rbs', line 855

def inline
  @inline
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


856
857
858
# File 'sig/types.rbs', line 856

def unknown
  @unknown
end