Class: Aws::Types::CopyBackupToRegionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_id::String

Returns the value of attribute backup_id.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def backup_id
  @backup_id
end

#destination_region::String

Returns the value of attribute destination_region.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def destination_region
  @destination_region
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



104
105
106
# File 'sig/types.rbs', line 104

def tag_list
  @tag_list
end