Class: Aws::Types::InfluxDBDestinationSummary
- Inherits:
-
Object
- Object
- Aws::Types::InfluxDBDestinationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#influx_db_version ⇒ "V2", "V3"
Returns the value of attribute influx_db_version.
-
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
-
#secret_key ⇒ ::String
Returns the value of attribute secret_key.
-
#secret_type ⇒ "SecretString", "SecretBinary"
Returns the value of attribute secret_type.
Instance Attribute Details
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
2704 2705 2706 |
# File 'sig/types.rbs', line 2704 def endpoint @endpoint end |
#influx_db_version ⇒ "V2", "V3"
Returns the value of attribute influx_db_version.
2705 2706 2707 |
# File 'sig/types.rbs', line 2705 def influx_db_version @influx_db_version end |
#secret_id ⇒ ::String
Returns the value of attribute secret_id.
2706 2707 2708 |
# File 'sig/types.rbs', line 2706 def secret_id @secret_id end |
#secret_key ⇒ ::String
Returns the value of attribute secret_key.
2708 2709 2710 |
# File 'sig/types.rbs', line 2708 def secret_key @secret_key end |
#secret_type ⇒ "SecretString", "SecretBinary"
Returns the value of attribute secret_type.
2707 2708 2709 |
# File 'sig/types.rbs', line 2707 def secret_type @secret_type end |