Class: Aws::Types::CopyDBClusterSnapshotMessage

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_tagsBoolean

Returns the value of attribute copy_tags.

Returns:

  • (Boolean)


280
281
282
# File 'sig/types.rbs', line 280

def copy_tags
  @copy_tags
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def kms_key_id
  @kms_key_id
end

#pre_signed_url::String

Returns the value of attribute pre_signed_url.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def pre_signed_url
  @pre_signed_url
end

#source_db_cluster_snapshot_identifier::String

Returns the value of attribute source_db_cluster_snapshot_identifier.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def source_db_cluster_snapshot_identifier
  @source_db_cluster_snapshot_identifier
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def source_region
  @source_region
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



281
282
283
# File 'sig/types.rbs', line 281

def tags
  @tags
end

#target_db_cluster_snapshot_identifier::String

Returns the value of attribute target_db_cluster_snapshot_identifier.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def target_db_cluster_snapshot_identifier
  @target_db_cluster_snapshot_identifier
end