Class: Aws::Types::CopyServerlessCacheSnapshotRequest

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)


322
323
324
# File 'sig/types.rbs', line 322

def kms_key_id
  @kms_key_id
end

#source_serverless_cache_snapshot_name::String

Returns the value of attribute source_serverless_cache_snapshot_name.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def source_serverless_cache_snapshot_name
  @source_serverless_cache_snapshot_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



323
324
325
# File 'sig/types.rbs', line 323

def tags
  @tags
end

#target_serverless_cache_snapshot_name::String

Returns the value of attribute target_serverless_cache_snapshot_name.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def target_serverless_cache_snapshot_name
  @target_serverless_cache_snapshot_name
end