Class: Aws::TimestreamInfluxDB::Types::Parameters

Inherits:
Struct
  • Object
show all
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

InfluxDBv2, Unknown

Defined Under Namespace

Classes: InfluxDBv2, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#influx_d_bv_2Types::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

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



1207
1208
1209
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1207

def unknown
  @unknown
end