Class: Aws::Types::DestinationBackup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_timestamp::Time

Returns the value of attribute create_timestamp.

Returns:

  • (::Time)


214
215
216
# File 'sig/types.rbs', line 214

def create_timestamp
  @create_timestamp
end

#source_backup::String

Returns the value of attribute source_backup.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def source_backup
  @source_backup
end

#source_cluster::String

Returns the value of attribute source_cluster.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def source_cluster
  @source_cluster
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def source_region
  @source_region
end