Class: Aws::TimestreamInfluxDB::Types::Parameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::Parameters
- Includes:
- Structure, Structure::Union
- Defined in:
- lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Note:
Parameters is a union - when making an API calls you must set exactly one of the members.
Note:
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, 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.
-
#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.
1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1207 class Parameters < Struct.new( :influx_d_bv_2, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class InfluxDBv2 < Parameters; end class Unknown < Parameters; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
1207 1208 1209 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1207 def unknown @unknown end |