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


5442
5443
5444
# File 'sig/types.rbs', line 5442

def axis_binding
  @axis_binding
end

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


5441
5442
5443
# File 'sig/types.rbs', line 5441

def field_id
  @field_id
end

#settingsTypes::LineChartSeriesSettings

Returns the value of attribute settings.



5443
5444
5445
# File 'sig/types.rbs', line 5443

def settings
  @settings
end