Class: Aws::Types::StartCopyJobInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_backup_vault_arn::String

Returns the value of attribute destination_backup_vault_arn.

Returns:

  • (::String)


2169
2170
2171
# File 'sig/types.rbs', line 2169

def destination_backup_vault_arn
  @destination_backup_vault_arn
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


2170
2171
2172
# File 'sig/types.rbs', line 2170

def iam_role_arn
  @iam_role_arn
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


2171
2172
2173
# File 'sig/types.rbs', line 2171

def idempotency_token
  @idempotency_token
end

#lifecycleTypes::Lifecycle

Returns the value of attribute lifecycle.

Returns:



2172
2173
2174
# File 'sig/types.rbs', line 2172

def lifecycle
  @lifecycle
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


2167
2168
2169
# File 'sig/types.rbs', line 2167

def recovery_point_arn
  @recovery_point_arn
end

#source_backup_vault_name::String

Returns the value of attribute source_backup_vault_name.

Returns:

  • (::String)


2168
2169
2170
# File 'sig/types.rbs', line 2168

def source_backup_vault_name
  @source_backup_vault_name
end