Class: Aws::Types::ColumnSelector

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)


35
36
37
# File 'sig/types.rbs', line 35

def name
  @name
end

#regex ⇒ ::String

Returns the value of attribute regex.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def regex
  @regex
end