Class: Aws::Types::AdditionalS3DataSource
- Inherits:
-
Object
- Object
- Aws::Types::AdditionalS3DataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compression_type ⇒ "None", "Gzip"
Returns the value of attribute compression_type.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#s3_data_type ⇒ "S3Object", "S3Prefix"
Returns the value of attribute s3_data_type.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#compression_type ⇒ "None", "Gzip"
Returns the value of attribute compression_type.
349 350 351 |
# File 'sig/types.rbs', line 349 def compression_type @compression_type end |
#etag ⇒ ::String
Returns the value of attribute etag.
350 351 352 |
# File 'sig/types.rbs', line 350 def etag @etag end |
#s3_data_type ⇒ "S3Object", "S3Prefix"
Returns the value of attribute s3_data_type.
347 348 349 |
# File 'sig/types.rbs', line 347 def s3_data_type @s3_data_type end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
348 349 350 |
# File 'sig/types.rbs', line 348 def s3_uri @s3_uri end |