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)


2676
2677
2678
# File 'sig/types.rbs', line 2676

def bucket
  @bucket
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2687
2688
2689
# File 'sig/types.rbs', line 2687

def client_token
  @client_token
end

#destination_if_match::String

Returns the value of attribute destination_if_match.

Returns:

  • (::String)


2679
2680
2681
# File 'sig/types.rbs', line 2679

def destination_if_match
  @destination_if_match
end

#destination_if_modified_since::Time

Returns the value of attribute destination_if_modified_since.

Returns:

  • (::Time)


2681
2682
2683
# File 'sig/types.rbs', line 2681

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)


2680
2681
2682
# File 'sig/types.rbs', line 2680

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)


2682
2683
2684
# File 'sig/types.rbs', line 2682

def destination_if_unmodified_since
  @destination_if_unmodified_since
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2677
2678
2679
# File 'sig/types.rbs', line 2677

def key
  @key
end

#rename_source::String

Returns the value of attribute rename_source.

Returns:

  • (::String)


2678
2679
2680
# File 'sig/types.rbs', line 2678

def rename_source
  @rename_source
end

#source_if_match::String

Returns the value of attribute source_if_match.

Returns:

  • (::String)


2683
2684
2685
# File 'sig/types.rbs', line 2683

def source_if_match
  @source_if_match
end

#source_if_modified_since::Time

Returns the value of attribute source_if_modified_since.

Returns:

  • (::Time)


2685
2686
2687
# File 'sig/types.rbs', line 2685

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)


2684
2685
2686
# File 'sig/types.rbs', line 2684

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)


2686
2687
2688
# File 'sig/types.rbs', line 2686

def source_if_unmodified_since
  @source_if_unmodified_since
end