Class: Aws::Types::S3FileLocation

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)


1153
1154
1155
# File 'sig/types.rbs', line 1153

def bucket
  @bucket
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def etag
  @etag
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1154
1155
1156
# File 'sig/types.rbs', line 1154

def key
  @key
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def version_id
  @version_id
end