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.
1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1245 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
1245 1246 1247 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1245 def unknown @unknown end |