Class: Aws::Types::DataDestinationConfig

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

Defined Under Namespace

Classes: MqttTopicConfig, S3Config, TimestreamConfig, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mqtt_topic_config ⇒ Types::MqttTopicConfig

Returns the value of attribute mqtt_topic_config.



346
347
348
# File 'sig/types.rbs', line 346

def mqtt_topic_config
  @mqtt_topic_config
end

#s3_config ⇒ Types::S3Config

Returns the value of attribute s3_config.

Returns:



344
345
346
# File 'sig/types.rbs', line 344

def s3_config
  @s3_config
end

#timestream_config ⇒ Types::TimestreamConfig

Returns the value of attribute timestream_config.



345
346
347
# File 'sig/types.rbs', line 345

def timestream_config
  @timestream_config
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


347
348
349
# File 'sig/types.rbs', line 347

def unknown
  @unknown
end