Class: Aws::Types::S3DestinationDescription
- Inherits:
-
Object
- Object
- Aws::Types::S3DestinationDescription
- 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.
901 902 903 |
# File 'sig/types.rbs', line 901 def bucket_arn @bucket_arn end |
#buffering_hints ⇒ Types::BufferingHints
Returns the value of attribute buffering_hints.
904 905 906 |
# File 'sig/types.rbs', line 904 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
907 908 909 |
# File 'sig/types.rbs', line 907 def @cloud_watch_logging_options end |
#compression_format ⇒ "UNCOMPRESSED", ...
Returns the value of attribute compression_format.
905 906 907 |
# File 'sig/types.rbs', line 905 def compression_format @compression_format end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
906 907 908 |
# File 'sig/types.rbs', line 906 def encryption_configuration @encryption_configuration end |
#error_output_prefix ⇒ ::String
Returns the value of attribute error_output_prefix.
903 904 905 |
# File 'sig/types.rbs', line 903 def error_output_prefix @error_output_prefix end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
902 903 904 |
# File 'sig/types.rbs', line 902 def prefix @prefix end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
900 901 902 |
# File 'sig/types.rbs', line 900 def role_arn @role_arn end |