Class: Aws::Types::CopyBackupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def client_request_token
  @client_request_token
end

#copy_tagsBoolean

Returns the value of attribute copy_tags.

Returns:

  • (Boolean)


168
169
170
# File 'sig/types.rbs', line 168

def copy_tags
  @copy_tags
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def kms_key_id
  @kms_key_id
end

#source_backup_id::String

Returns the value of attribute source_backup_id.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def source_backup_id
  @source_backup_id
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def source_region
  @source_region
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



169
170
171
# File 'sig/types.rbs', line 169

def tags
  @tags
end