Class: Aws::Types::S3DestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3DestinationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
-
#buffering_hints ⇒ Types::BufferingHints
Returns the value of attribute buffering_hints.
-
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
-
#compression_format ⇒ "UNCOMPRESSED", ...
Returns the value of attribute compression_format.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#error_output_prefix ⇒ ::String
Returns the value of attribute error_output_prefix.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
889 890 891 |
# File 'sig/types.rbs', line 889 def bucket_arn @bucket_arn end |
#buffering_hints ⇒ Types::BufferingHints
Returns the value of attribute buffering_hints.
892 893 894 |
# File 'sig/types.rbs', line 892 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
895 896 897 |
# File 'sig/types.rbs', line 895 def end |
#compression_format ⇒ "UNCOMPRESSED", ...
Returns the value of attribute compression_format.
893 894 895 |
# File 'sig/types.rbs', line 893 def compression_format @compression_format end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
894 895 896 |
# File 'sig/types.rbs', line 894 def encryption_configuration @encryption_configuration end |
#error_output_prefix ⇒ ::String
Returns the value of attribute error_output_prefix.
891 892 893 |
# File 'sig/types.rbs', line 891 def error_output_prefix @error_output_prefix end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
890 891 892 |
# File 'sig/types.rbs', line 890 def prefix @prefix end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
888 889 890 |
# File 'sig/types.rbs', line 888 def role_arn @role_arn end |