Class: Aws::Types::S3StorageConfiguration

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arn::String

Returns the value of attribute bucket_arn.



669
670
671
# File 'sig/types.rbs', line 669

def bucket_arn
  @bucket_arn
end

#compression_type"NONE", ...

Returns the value of attribute compression_type.



673
674
675
# File 'sig/types.rbs', line 673

def compression_type
  @compression_type
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.



670
671
672
# File 'sig/types.rbs', line 670

def expected_bucket_owner
  @expected_bucket_owner
end

#output_key_template::String

Returns the value of attribute output_key_template.



671
672
673
# File 'sig/types.rbs', line 671

def output_key_template
  @output_key_template
end

#storage_class"STANDARD", ...

Returns the value of attribute storage_class.



672
673
674
# File 'sig/types.rbs', line 672

def storage_class
  @storage_class
end