Class: Aws::Types::S3DestinationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::S3DestinationUpdate
- 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.
913 914 915 |
# File 'sig/types.rbs', line 913 def bucket_arn @bucket_arn end |
#buffering_hints ⇒ Types::BufferingHints
Returns the value of attribute buffering_hints.
916 917 918 |
# File 'sig/types.rbs', line 916 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
919 920 921 |
# File 'sig/types.rbs', line 919 def end |
#compression_format ⇒ "UNCOMPRESSED", ...
Returns the value of attribute compression_format.
917 918 919 |
# File 'sig/types.rbs', line 917 def compression_format @compression_format end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
918 919 920 |
# File 'sig/types.rbs', line 918 def encryption_configuration @encryption_configuration end |
#error_output_prefix ⇒ ::String
Returns the value of attribute error_output_prefix.
915 916 917 |
# File 'sig/types.rbs', line 915 def error_output_prefix @error_output_prefix end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
914 915 916 |
# File 'sig/types.rbs', line 914 def prefix @prefix end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
912 913 914 |
# File 'sig/types.rbs', line 912 def role_arn @role_arn end |