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.
2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2687 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.
2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2687 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.
2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2687 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
2687 2688 2689 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2687 def unknown @unknown end |