Class: Aws::Types::S3DestinationProperties
- Inherits:
-
Object
- Object
- Aws::Types::S3DestinationProperties
- 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_output_format_config ⇒ Types::S3OutputFormatConfig
Returns the value of attribute s3_output_format_config.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def bucket_name @bucket_name end |
#bucket_prefix ⇒ ::String
Returns the value of attribute bucket_prefix.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def bucket_prefix @bucket_prefix end |
#s3_output_format_config ⇒ Types::S3OutputFormatConfig
Returns the value of attribute s3_output_format_config.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def s3_output_format_config @s3_output_format_config end |