Class: Aws::Types::S3SourceProperties
- Inherits:
-
Object
- Object
- Aws::Types::S3SourceProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#bucket_prefix ⇒ ::String
Returns the value of attribute bucket_prefix.
-
#s3_input_format_config ⇒ Types::S3InputFormatConfig
Returns the value of attribute s3_input_format_config.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def bucket_name @bucket_name end |
#bucket_prefix ⇒ ::String
Returns the value of attribute bucket_prefix.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def bucket_prefix @bucket_prefix end |
#s3_input_format_config ⇒ Types::S3InputFormatConfig
Returns the value of attribute s3_input_format_config.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def s3_input_format_config @s3_input_format_config end |