Class: Aws::Types::InsightField

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)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def name
  @name
end

#type"text", "metric"

Returns the value of attribute type.

Returns:

  • ("text", "metric")


1516
1517
1518
# File 'sig/types.rbs', line 1516

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def value
  @value
end