Class: Aws::Types::CopyDBClusterSnapshotMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#copy_tagsBoolean

Returns the value of attribute copy_tags.

Returns:

  • (Boolean)


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

def copy_tags
  @copy_tags
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def kms_key_id
  @kms_key_id
end

#pre_signed_url::String

Returns the value of attribute pre_signed_url.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

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)


97
98
99
# File 'sig/types.rbs', line 97

def source_db_cluster_snapshot_identifier
  @source_db_cluster_snapshot_identifier
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


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

def source_region
  @source_region
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end

#target_db_cluster_snapshot_identifier::String

Returns the value of attribute target_db_cluster_snapshot_identifier.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def target_db_cluster_snapshot_identifier
  @target_db_cluster_snapshot_identifier
end