Class: Aws::Types::Parameters

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

Defined Under Namespace

Classes: InfluxDBv2, InfluxDBv3Core, InfluxDBv3Enterprise, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#influx_d_bv_2Types::InfluxDBv2Parameters

Returns the value of attribute influx_d_bv_2.



696
697
698
# File 'sig/types.rbs', line 696

def influx_d_bv_2
  @influx_d_bv_2
end

#influx_d_bv_3_coreTypes::InfluxDBv3CoreParameters

Returns the value of attribute influx_d_bv_3_core.



697
698
699
# File 'sig/types.rbs', line 697

def influx_d_bv_3_core
  @influx_d_bv_3_core
end

#influx_d_bv_3_enterpriseTypes::InfluxDBv3EnterpriseParameters

Returns the value of attribute influx_d_bv_3_enterprise.



698
699
700
# File 'sig/types.rbs', line 698

def influx_d_bv_3_enterprise
  @influx_d_bv_3_enterprise
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


699
700
701
# File 'sig/types.rbs', line 699

def unknown
  @unknown
end