Class: Aws::Types::AdditionalModelDataSource
- Inherits:
-
Object
- Object
- Aws::Types::AdditionalModelDataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#s3_data_source ⇒ Types::S3ModelDataSource
Returns the value of attribute s3_data_source.
Instance Attribute Details
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
341 342 343 |
# File 'sig/types.rbs', line 341 def channel_name @channel_name end |
#s3_data_source ⇒ Types::S3ModelDataSource
Returns the value of attribute s3_data_source.
342 343 344 |
# File 'sig/types.rbs', line 342 def s3_data_source @s3_data_source end |