Class: Aws::Types::Field

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation ⇒ "Min", ...

Returns the value of attribute aggregation.

Returns:

  • ("Min", "Max", "Sum", "Avg", "Count")


666
667
668
# File 'sig/types.rbs', line 666

def aggregation
  @aggregation
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def name
  @name
end