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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreaminfluxdb/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.



913
914
915
916
917
918
919
920
921
922
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 913

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



913
914
915
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 913

def unknown
  @unknown
end