Class: Aws::Types::S3

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1891
1892
1893
# File 'sig/types.rbs', line 1891

def bucket
  @bucket
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1892
1893
1894
# File 'sig/types.rbs', line 1892

def enabled
  @enabled
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1893
1894
1895
# File 'sig/types.rbs', line 1893

def prefix
  @prefix
end