Class: Aws::Types::CopySnapshotRequest

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)


149
150
151
# File 'sig/types.rbs', line 149

def kms_key_id
  @kms_key_id
end

#source_snapshot_name ⇒ ::String

Returns the value of attribute source_snapshot_name.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def source_snapshot_name
  @source_snapshot_name
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



150
151
152
# File 'sig/types.rbs', line 150

def tags
  @tags
end

#target_bucket ⇒ ::String

Returns the value of attribute target_bucket.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def target_bucket
  @target_bucket
end

#target_snapshot_name ⇒ ::String

Returns the value of attribute target_snapshot_name.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def target_snapshot_name
  @target_snapshot_name
end