Class: Aws::Types::ExtendedS3DestinationUpdate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arn::String

Returns the value of attribute bucket_arn.

Returns:



477
478
479
# File 'sig/types.rbs', line 477

def bucket_arn
  @bucket_arn
end

#buffering_hintsTypes::BufferingHints

Returns the value of attribute buffering_hints.

Returns:



480
481
482
# File 'sig/types.rbs', line 480

def buffering_hints
  @buffering_hints
end

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.

Returns:



483
484
485
# File 'sig/types.rbs', line 483

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#compression_format"UNCOMPRESSED", ...

Returns the value of attribute compression_format.

Returns:



481
482
483
# File 'sig/types.rbs', line 481

def compression_format
  @compression_format
end

#custom_time_zone::String

Returns the value of attribute custom_time_zone.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def custom_time_zone
  @custom_time_zone
end

#data_format_conversion_configurationTypes::DataFormatConversionConfiguration

Returns the value of attribute data_format_conversion_configuration.

Returns:



487
488
489
# File 'sig/types.rbs', line 487

def data_format_conversion_configuration
  @data_format_conversion_configuration
end

#dynamic_partitioning_configurationTypes::DynamicPartitioningConfiguration

Returns the value of attribute dynamic_partitioning_configuration.

Returns:



488
489
490
# File 'sig/types.rbs', line 488

def dynamic_partitioning_configuration
  @dynamic_partitioning_configuration
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.

Returns:



482
483
484
# File 'sig/types.rbs', line 482

def encryption_configuration
  @encryption_configuration
end

#error_output_prefix::String

Returns the value of attribute error_output_prefix.

Returns:



479
480
481
# File 'sig/types.rbs', line 479

def error_output_prefix
  @error_output_prefix
end

#file_extension::String

Returns the value of attribute file_extension.

Returns:



489
490
491
# File 'sig/types.rbs', line 489

def file_extension
  @file_extension
end

#prefix::String

Returns the value of attribute prefix.

Returns:



478
479
480
# File 'sig/types.rbs', line 478

def prefix
  @prefix
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.

Returns:



484
485
486
# File 'sig/types.rbs', line 484

def processing_configuration
  @processing_configuration
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



476
477
478
# File 'sig/types.rbs', line 476

def role_arn
  @role_arn
end

#s3_backup_mode"Disabled", "Enabled"

Returns the value of attribute s3_backup_mode.

Returns:



485
486
487
# File 'sig/types.rbs', line 485

def s3_backup_mode
  @s3_backup_mode
end

#s3_backup_updateTypes::S3DestinationUpdate

Returns the value of attribute s3_backup_update.

Returns:



486
487
488
# File 'sig/types.rbs', line 486

def s3_backup_update
  @s3_backup_update
end