Class: Aws::Types::DataFieldComboSeriesItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:field_value])

Instance Attribute Summary collapse

Instance Attribute Details

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


3028
3029
3030
# File 'sig/types.rbs', line 3028

def field_id
  @field_id
end

#field_value::String

Returns the value of attribute field_value.

Returns:

  • (::String)


3029
3030
3031
# File 'sig/types.rbs', line 3029

def field_value
  @field_value
end

#settingsTypes::ComboChartSeriesSettings

Returns the value of attribute settings.



3030
3031
3032
# File 'sig/types.rbs', line 3030

def settings
  @settings
end