Class: Aws::Types::DataFieldSeriesItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:field_value])

Instance Attribute Summary collapse

Instance Attribute Details

#axis_binding"PRIMARY_YAXIS", "SECONDARY_YAXIS"

Returns the value of attribute axis_binding.

Returns:

  • ("PRIMARY_YAXIS", "SECONDARY_YAXIS")


3037
3038
3039
# File 'sig/types.rbs', line 3037

def axis_binding
  @axis_binding
end

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


3035
3036
3037
# File 'sig/types.rbs', line 3035

def field_id
  @field_id
end

#field_value::String

Returns the value of attribute field_value.

Returns:

  • (::String)


3036
3037
3038
# File 'sig/types.rbs', line 3036

def field_value
  @field_value
end

#settingsTypes::LineChartSeriesSettings

Returns the value of attribute settings.



3038
3039
3040
# File 'sig/types.rbs', line 3038

def settings
  @settings
end