Class: Aws::Types::S3Storage

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)


1607
1608
1609
# File 'sig/types.rbs', line 1607

def bucket_arn
  @bucket_arn
end

#compression_type"NONE", ...

Returns the value of attribute compression_type.

Returns:

  • ("NONE", "GZIP", "ZSTD")


1608
1609
1610
# File 'sig/types.rbs', line 1608

def compression_type
  @compression_type
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


1612
1613
1614
# File 'sig/types.rbs', line 1612

def expected_bucket_owner
  @expected_bucket_owner
end

#output_key_template::String

Returns the value of attribute output_key_template.

Returns:

  • (::String)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def output_key_template
  @output_key_template
end

#output_prefix::String

Returns the value of attribute output_prefix.

Returns:

  • (::String)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def output_prefix
  @output_prefix
end

#storage_class"STANDARD", ...

Returns the value of attribute storage_class.

Returns:

  • ("STANDARD", "INTELLIGENT_TIERING", "GLACIER_IR")


1611
1612
1613
# File 'sig/types.rbs', line 1611

def storage_class
  @storage_class
end