Class: Aws::Types::S3ContentLocationUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arn_update::String

Returns the value of attribute bucket_arn_update.

Returns:

  • (::String)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def bucket_arn_update
  @bucket_arn_update
end

#file_key_update::String

Returns the value of attribute file_key_update.

Returns:

  • (::String)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def file_key_update
  @file_key_update
end

#object_version_update::String

Returns the value of attribute object_version_update.

Returns:

  • (::String)


1144
1145
1146
# File 'sig/types.rbs', line 1144

def object_version_update
  @object_version_update
end