Class: Aws::Types::S3Destination

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)


170
171
172
# File 'sig/types.rbs', line 170

def bucket_name
  @bucket_name
end

#object_key_prefix ⇒ ::String

Returns the value of attribute object_key_prefix.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def object_key_prefix
  @object_key_prefix
end