Class: Aws::Types::S3DestinationDescription

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)


901
902
903
# File 'sig/types.rbs', line 901

def bucket_arn
  @bucket_arn
end

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

Returns the value of attribute cloud_watch_logging_options.



907
908
909
# File 'sig/types.rbs', line 907

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")


905
906
907
# File 'sig/types.rbs', line 905

def compression_format
  @compression_format
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


902
903
904
# File 'sig/types.rbs', line 902

def prefix
  @prefix
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


900
901
902
# File 'sig/types.rbs', line 900

def role_arn
  @role_arn
end