Class: Aws::Types::TransformS3DataSource
- Inherits:
-
Object
- Object
- Aws::Types::TransformS3DataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_data_type ⇒ "ManifestFile", ...
Returns the value of attribute s3_data_type.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#s3_data_type ⇒ "ManifestFile", ...
Returns the value of attribute s3_data_type.
11660 11661 11662 |
# File 'sig/types.rbs', line 11660 def s3_data_type @s3_data_type end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
11661 11662 11663 |
# File 'sig/types.rbs', line 11661 def s3_uri @s3_uri end |