Class: Aws::Types::CopySnapshotMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def kms_key_id
  @kms_key_id
end

#source_snapshot_name::String

Returns the value of attribute source_snapshot_name.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def source_snapshot_name
  @source_snapshot_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



337
338
339
# File 'sig/types.rbs', line 337

def tags
  @tags
end

#target_bucket::String

Returns the value of attribute target_bucket.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def target_bucket
  @target_bucket
end

#target_snapshot_name::String

Returns the value of attribute target_snapshot_name.

Returns:

  • (::String)


334
335
336
# File 'sig/types.rbs', line 334

def target_snapshot_name
  @target_snapshot_name
end