Class: Aws::Types::DestinationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iot_twin_maker_configurationTypes::IotTwinMakerDestinationConfiguration

Returns the value of attribute iot_twin_maker_configuration.



364
365
366
# File 'sig/types.rbs', line 364

def iot_twin_maker_configuration
  @iot_twin_maker_configuration
end

#s3_configurationTypes::S3DestinationConfiguration

Returns the value of attribute s3_configuration.



363
364
365
# File 'sig/types.rbs', line 363

def s3_configuration
  @s3_configuration
end

#type"s3", ...

Returns the value of attribute type.

Returns:

  • ("s3", "iotsitewise", "iottwinmaker")


362
363
364
# File 'sig/types.rbs', line 362

def type
  @type
end