Class: Aws::Types::ExtendedS3DestinationDescription
- Inherits:
-
Object
- Object
- Aws::Types::ExtendedS3DestinationDescription
- 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.
-
#custom_time_zone ⇒ ::String
Returns the value of attribute custom_time_zone.
-
#data_format_conversion_configuration ⇒ Types::DataFormatConversionConfiguration
Returns the value of attribute data_format_conversion_configuration.
-
#dynamic_partitioning_configuration ⇒ Types::DynamicPartitioningConfiguration
Returns the value of attribute dynamic_partitioning_configuration.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#error_output_prefix ⇒ ::String
Returns the value of attribute error_output_prefix.
-
#file_extension ⇒ ::String
Returns the value of attribute file_extension.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_backup_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_backup_description.
-
#s3_backup_mode ⇒ "Disabled", "Enabled"
Returns the value of attribute s3_backup_mode.
Instance Attribute Details
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
458 459 460 |
# File 'sig/types.rbs', line 458 def bucket_arn @bucket_arn end |
#buffering_hints ⇒ Types::BufferingHints
Returns the value of attribute buffering_hints.
461 462 463 |
# File 'sig/types.rbs', line 461 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
464 465 466 |
# File 'sig/types.rbs', line 464 def @cloud_watch_logging_options end |
#compression_format ⇒ "UNCOMPRESSED", ...
Returns the value of attribute compression_format.
462 463 464 |
# File 'sig/types.rbs', line 462 def compression_format @compression_format end |
#custom_time_zone ⇒ ::String
Returns the value of attribute custom_time_zone.
471 472 473 |
# File 'sig/types.rbs', line 471 def custom_time_zone @custom_time_zone end |
#data_format_conversion_configuration ⇒ Types::DataFormatConversionConfiguration
Returns the value of attribute data_format_conversion_configuration.
468 469 470 |
# File 'sig/types.rbs', line 468 def data_format_conversion_configuration @data_format_conversion_configuration end |
#dynamic_partitioning_configuration ⇒ Types::DynamicPartitioningConfiguration
Returns the value of attribute dynamic_partitioning_configuration.
469 470 471 |
# File 'sig/types.rbs', line 469 def dynamic_partitioning_configuration @dynamic_partitioning_configuration end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
463 464 465 |
# File 'sig/types.rbs', line 463 def encryption_configuration @encryption_configuration end |
#error_output_prefix ⇒ ::String
Returns the value of attribute error_output_prefix.
460 461 462 |
# File 'sig/types.rbs', line 460 def error_output_prefix @error_output_prefix end |
#file_extension ⇒ ::String
Returns the value of attribute file_extension.
470 471 472 |
# File 'sig/types.rbs', line 470 def file_extension @file_extension end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
459 460 461 |
# File 'sig/types.rbs', line 459 def prefix @prefix end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
465 466 467 |
# File 'sig/types.rbs', line 465 def processing_configuration @processing_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
457 458 459 |
# File 'sig/types.rbs', line 457 def role_arn @role_arn end |
#s3_backup_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_backup_description.
467 468 469 |
# File 'sig/types.rbs', line 467 def s3_backup_description @s3_backup_description end |
#s3_backup_mode ⇒ "Disabled", "Enabled"
Returns the value of attribute s3_backup_mode.
466 467 468 |
# File 'sig/types.rbs', line 466 def s3_backup_mode @s3_backup_mode end |