Class: Aws::Types::S3BucketConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


9913
9914
9915
# File 'sig/types.rbs', line 9913

def bucket_name
  @bucket_name
end

#bucket_prefix::String

Returns the value of attribute bucket_prefix.

Returns:

  • (::String)


9914
9915
9916
# File 'sig/types.rbs', line 9914

def bucket_prefix
  @bucket_prefix
end

#bucket_region::String

Returns the value of attribute bucket_region.

Returns:

  • (::String)


9915
9916
9917
# File 'sig/types.rbs', line 9915

def bucket_region
  @bucket_region
end