Class: Aws::Types::S3Source

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)


307
308
309
# File 'sig/types.rbs', line 307

def bucket_name
  @bucket_name
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def key
  @key
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def version
  @version
end