Class: Aws::Types::DataBarsOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_id::String

Returns the value of attribute field_id.

Returns:

  • (::String)


3001
3002
3003
# File 'sig/types.rbs', line 3001

def field_id
  @field_id
end

#negative_color::String

Returns the value of attribute negative_color.

Returns:

  • (::String)


3003
3004
3005
# File 'sig/types.rbs', line 3003

def negative_color
  @negative_color
end

#positive_color::String

Returns the value of attribute positive_color.

Returns:

  • (::String)


3002
3003
3004
# File 'sig/types.rbs', line 3002

def positive_color
  @positive_color
end