Class: Aws::Types::ProcessingS3Input
- Inherits:
-
Object
- Object
- Aws::Types::ProcessingS3Input
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#local_path ⇒ ::String
Returns the value of attribute local_path.
-
#s3_compression_type ⇒ "None", "Gzip"
Returns the value of attribute s3_compression_type.
-
#s3_data_distribution_type ⇒ "FullyReplicated", "ShardedByS3Key"
Returns the value of attribute s3_data_distribution_type.
-
#s3_data_type ⇒ "ManifestFile", "S3Prefix"
Returns the value of attribute s3_data_type.
-
#s3_input_mode ⇒ "Pipe", "File"
Returns the value of attribute s3_input_mode.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#local_path ⇒ ::String
Returns the value of attribute local_path.
10058 10059 10060 |
# File 'sig/types.rbs', line 10058 def local_path @local_path end |
#s3_compression_type ⇒ "None", "Gzip"
Returns the value of attribute s3_compression_type.
10062 10063 10064 |
# File 'sig/types.rbs', line 10062 def s3_compression_type @s3_compression_type end |
#s3_data_distribution_type ⇒ "FullyReplicated", "ShardedByS3Key"
Returns the value of attribute s3_data_distribution_type.
10061 10062 10063 |
# File 'sig/types.rbs', line 10061 def s3_data_distribution_type @s3_data_distribution_type end |
#s3_data_type ⇒ "ManifestFile", "S3Prefix"
Returns the value of attribute s3_data_type.
10059 10060 10061 |
# File 'sig/types.rbs', line 10059 def s3_data_type @s3_data_type end |
#s3_input_mode ⇒ "Pipe", "File"
Returns the value of attribute s3_input_mode.
10060 10061 10062 |
# File 'sig/types.rbs', line 10060 def s3_input_mode @s3_input_mode end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
10057 10058 10059 |
# File 'sig/types.rbs', line 10057 def s3_uri @s3_uri end |