Class: Aws::Types::CopyClusterSnapshotInput

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)


89
90
91
# File 'sig/types.rbs', line 89

def copy_tags
  @copy_tags
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def kms_key_id
  @kms_key_id
end

#snapshot_arn::String

Returns the value of attribute snapshot_arn.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def snapshot_arn
  @snapshot_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


92
93
94
# File 'sig/types.rbs', line 92

def tags
  @tags
end

#target_snapshot_name::String

Returns the value of attribute target_snapshot_name.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def target_snapshot_name
  @target_snapshot_name
end