Class: Aws::TimestreamInfluxDB::Types::Parameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::Parameters
- Defined in:
- gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Parameters is a union - when making an API calls you must set exactly one of the members.
Parameters is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of Parameters corresponding to the set member.
The parameters that comprise the parameter group.
Direct Known Subclasses
Defined Under Namespace
Classes: InfluxDBv2, InfluxDBv3Core, InfluxDBv3Enterprise, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#influx_d_bv_2 ⇒ Types::InfluxDBv2Parameters
All the customer-modifiable InfluxDB v2 parameters in Timestream for InfluxDB.
-
#influx_d_bv_3_core ⇒ Types::InfluxDBv3CoreParameters
All the customer-modifiable InfluxDB v3 Core parameters in Timestream for InfluxDB.
-
#influx_d_bv_3_enterprise ⇒ Types::InfluxDBv3EnterpriseParameters
All the customer-modifiable InfluxDB v3 Enterprise parameters in Timestream for InfluxDB.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#influx_d_bv_2 ⇒ Types::InfluxDBv2Parameters
All the customer-modifiable InfluxDB v2 parameters in Timestream for InfluxDB.
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2552 class Parameters < Struct.new( :influx_d_bv_2, :influx_d_bv_3_core, :influx_d_bv_3_enterprise, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class InfluxDBv2 < Parameters; end class InfluxDBv3Core < Parameters; end class InfluxDBv3Enterprise < Parameters; end class Unknown < Parameters; end end |
#influx_d_bv_3_core ⇒ Types::InfluxDBv3CoreParameters
All the customer-modifiable InfluxDB v3 Core parameters in Timestream for InfluxDB.
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2552 class Parameters < Struct.new( :influx_d_bv_2, :influx_d_bv_3_core, :influx_d_bv_3_enterprise, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class InfluxDBv2 < Parameters; end class InfluxDBv3Core < Parameters; end class InfluxDBv3Enterprise < Parameters; end class Unknown < Parameters; end end |
#influx_d_bv_3_enterprise ⇒ Types::InfluxDBv3EnterpriseParameters
All the customer-modifiable InfluxDB v3 Enterprise parameters in Timestream for InfluxDB.
2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2552 class Parameters < Struct.new( :influx_d_bv_2, :influx_d_bv_3_core, :influx_d_bv_3_enterprise, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class InfluxDBv2 < Parameters; end class InfluxDBv3Core < Parameters; end class InfluxDBv3Enterprise < Parameters; end class Unknown < Parameters; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
2552 2553 2554 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2552 def unknown @unknown end |