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")


3168
3169
3170
# File 'sig/types.rbs', line 3168

def axis_binding
  @axis_binding
end

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


3166
3167
3168
# File 'sig/types.rbs', line 3166

def field_id
  @field_id
end

#field_value::String

Returns the value of attribute field_value.

Returns:

  • (::String)


3167
3168
3169
# File 'sig/types.rbs', line 3167

def field_value
  @field_value
end

#settingsTypes::LineChartSeriesSettings

Returns the value of attribute settings.



3169
3170
3171
# File 'sig/types.rbs', line 3169

def settings
  @settings
end