Class: Aws::Types::S3DestinationConfiguration

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:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def bucket_arn
  @bucket_arn
end

#buffering_hintsTypes::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_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



895
896
897
# File 'sig/types.rbs', line 895

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#compression_format"UNCOMPRESSED", ...

Returns the value of attribute compression_format.

Returns:

  • ("UNCOMPRESSED", "GZIP", "ZIP", "Snappy", "HADOOP_SNAPPY")


893
894
895
# File 'sig/types.rbs', line 893

def compression_format
  @compression_format
end

#encryption_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


890
891
892
# File 'sig/types.rbs', line 890

def prefix
  @prefix
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def role_arn
  @role_arn
end