Class: Aws::Types::S3Config

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)


1129
1130
1131
# File 'sig/types.rbs', line 1129

def bucket_arn
  @bucket_arn
end

#data_format ⇒ "JSON", "PARQUET"

Returns the value of attribute data_format.

Returns:

  • ("JSON", "PARQUET")


1130
1131
1132
# File 'sig/types.rbs', line 1130

def data_format
  @data_format
end

#prefix ⇒ ::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1132
1133
1134
# File 'sig/types.rbs', line 1132

def prefix
  @prefix
end

#storage_compression_format ⇒ "NONE", "GZIP"

Returns the value of attribute storage_compression_format.

Returns:

  • ("NONE", "GZIP")


1131
1132
1133
# File 'sig/types.rbs', line 1131

def storage_compression_format
  @storage_compression_format
end