Class: Aws::Types::ProcessorFeature

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3551
3552
3553
# File 'sig/types.rbs', line 3551

def name
  @name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


3552
3553
3554
# File 'sig/types.rbs', line 3552

def value
  @value
end