Class: Aws::Types::CopyDBSnapshotMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:pre_signed_url])

Instance Attribute Summary collapse

Instance Attribute Details

#copy_option_groupBoolean

Returns the value of attribute copy_option_group.

Returns:

  • (Boolean)


314
315
316
# File 'sig/types.rbs', line 314

def copy_option_group
  @copy_option_group
end

#copy_tagsBoolean

Returns the value of attribute copy_tags.

Returns:

  • (Boolean)


309
310
311
# File 'sig/types.rbs', line 309

def copy_tags
  @copy_tags
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def kms_key_id
  @kms_key_id
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def option_group_name
  @option_group_name
end

#pre_signed_url::String

Returns the value of attribute pre_signed_url.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def pre_signed_url
  @pre_signed_url
end

#snapshot_availability_zone::String

Returns the value of attribute snapshot_availability_zone.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def snapshot_availability_zone
  @snapshot_availability_zone
end

#snapshot_target::String

Returns the value of attribute snapshot_target.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def snapshot_target
  @snapshot_target
end

#source_db_snapshot_identifier::String

Returns the value of attribute source_db_snapshot_identifier.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def source_db_snapshot_identifier
  @source_db_snapshot_identifier
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def source_region
  @source_region
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



308
309
310
# File 'sig/types.rbs', line 308

def tags
  @tags
end

#target_custom_availability_zone::String

Returns the value of attribute target_custom_availability_zone.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def target_custom_availability_zone
  @target_custom_availability_zone
end

#target_db_snapshot_identifier::String

Returns the value of attribute target_db_snapshot_identifier.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def target_db_snapshot_identifier
  @target_db_snapshot_identifier
end