Class: Aws::Types::Parameters
- Inherits:
-
Object
- Object
- Aws::Types::Parameters
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: InfluxDBv2, InfluxDBv3Core, InfluxDBv3Enterprise, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#influx_d_bv_2 ⇒ Types::InfluxDBv2Parameters
Returns the value of attribute influx_d_bv_2.
-
#influx_d_bv_3_core ⇒ Types::InfluxDBv3CoreParameters
Returns the value of attribute influx_d_bv_3_core.
-
#influx_d_bv_3_enterprise ⇒ Types::InfluxDBv3EnterpriseParameters
Returns the value of attribute influx_d_bv_3_enterprise.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#influx_d_bv_2 ⇒ Types::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_core ⇒ Types::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_enterprise ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown.
699 700 701 |
# File 'sig/types.rbs', line 699 def unknown @unknown end |