Class: Aws::Types::InfluxDBDestinationConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


2686
2687
2688
# File 'sig/types.rbs', line 2686

def endpoint
  @endpoint
end

#influx_db_version"V2", "V3"

Returns the value of attribute influx_db_version.

Returns:

  • ("V2", "V3")


2687
2688
2689
# File 'sig/types.rbs', line 2687

def influx_db_version
  @influx_db_version
end

#secret_id::String

Returns the value of attribute secret_id.

Returns:

  • (::String)


2688
2689
2690
# File 'sig/types.rbs', line 2688

def secret_id
  @secret_id
end

#secret_key::String

Returns the value of attribute secret_key.

Returns:

  • (::String)


2690
2691
2692
# File 'sig/types.rbs', line 2690

def secret_key
  @secret_key
end

#secret_type"SecretString", "SecretBinary"

Returns the value of attribute secret_type.

Returns:

  • ("SecretString", "SecretBinary")


2689
2690
2691
# File 'sig/types.rbs', line 2689

def secret_type
  @secret_type
end