Class: Aws::Types::SourceConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iot_site_wise_configurationTypes::IotSiteWiseSourceConfiguration

Returns the value of attribute iot_site_wise_configuration.



1084
1085
1086
# File 'sig/types.rbs', line 1084

def iot_site_wise_configuration
  @iot_site_wise_configuration
end

#iot_twin_maker_configurationTypes::IotTwinMakerSourceConfiguration

Returns the value of attribute iot_twin_maker_configuration.



1085
1086
1087
# File 'sig/types.rbs', line 1085

def iot_twin_maker_configuration
  @iot_twin_maker_configuration
end

#s3_configurationTypes::S3SourceConfiguration

Returns the value of attribute s3_configuration.



1083
1084
1085
# File 'sig/types.rbs', line 1083

def s3_configuration
  @s3_configuration
end

#type"s3", ...

Returns the value of attribute type.

Returns:

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


1082
1083
1084
# File 'sig/types.rbs', line 1082

def type
  @type
end