Class: Aws::Types::RenameObjectRequest

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)


2700
2701
2702
# File 'sig/types.rbs', line 2700

def bucket
  @bucket
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2711
2712
2713
# File 'sig/types.rbs', line 2711

def client_token
  @client_token
end

#destination_if_match::String

Returns the value of attribute destination_if_match.

Returns:

  • (::String)


2703
2704
2705
# File 'sig/types.rbs', line 2703

def destination_if_match
  @destination_if_match
end

#destination_if_modified_since::Time

Returns the value of attribute destination_if_modified_since.

Returns:

  • (::Time)


2705
2706
2707
# File 'sig/types.rbs', line 2705

def destination_if_modified_since
  @destination_if_modified_since
end

#destination_if_none_match::String

Returns the value of attribute destination_if_none_match.

Returns:

  • (::String)


2704
2705
2706
# File 'sig/types.rbs', line 2704

def destination_if_none_match
  @destination_if_none_match
end

#destination_if_unmodified_since::Time

Returns the value of attribute destination_if_unmodified_since.

Returns:

  • (::Time)


2706
2707
2708
# File 'sig/types.rbs', line 2706

def destination_if_unmodified_since
  @destination_if_unmodified_since
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2701
2702
2703
# File 'sig/types.rbs', line 2701

def key
  @key
end

#rename_source::String

Returns the value of attribute rename_source.

Returns:

  • (::String)


2702
2703
2704
# File 'sig/types.rbs', line 2702

def rename_source
  @rename_source
end

#source_if_match::String

Returns the value of attribute source_if_match.

Returns:

  • (::String)


2707
2708
2709
# File 'sig/types.rbs', line 2707

def source_if_match
  @source_if_match
end

#source_if_modified_since::Time

Returns the value of attribute source_if_modified_since.

Returns:

  • (::Time)


2709
2710
2711
# File 'sig/types.rbs', line 2709

def source_if_modified_since
  @source_if_modified_since
end

#source_if_none_match::String

Returns the value of attribute source_if_none_match.

Returns:

  • (::String)


2708
2709
2710
# File 'sig/types.rbs', line 2708

def source_if_none_match
  @source_if_none_match
end

#source_if_unmodified_since::Time

Returns the value of attribute source_if_unmodified_since.

Returns:

  • (::Time)


2710
2711
2712
# File 'sig/types.rbs', line 2710

def source_if_unmodified_since
  @source_if_unmodified_since
end