Class: Aws::Types::FieldSeriesItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

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


5708
5709
5710
# File 'sig/types.rbs', line 5708

def axis_binding
  @axis_binding
end

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


5707
5708
5709
# File 'sig/types.rbs', line 5707

def field_id
  @field_id
end

#settingsTypes::LineChartSeriesSettings

Returns the value of attribute settings.



5709
5710
5711
# File 'sig/types.rbs', line 5709

def settings
  @settings
end