Class: Aws::CloudHSMV2::Types::DestinationBackup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb

Overview

Contains information about the backup that will be copied and created by the CopyBackupToRegion operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timestampTime

The date and time when both the source backup was created.

Returns:

  • (Time)


694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 694

class DestinationBackup < Struct.new(
  :create_timestamp,
  :source_region,
  :source_backup,
  :source_cluster)
  SENSITIVE = []
  include Aws::Structure
end

#source_backupString

The identifier (ID) of the source backup from which the new backup was copied.

Returns:

  • (String)


694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 694

class DestinationBackup < Struct.new(
  :create_timestamp,
  :source_region,
  :source_backup,
  :source_cluster)
  SENSITIVE = []
  include Aws::Structure
end

#source_clusterString

The identifier (ID) of the cluster containing the source backup from which the new backup was copied.

Returns:

  • (String)


694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 694

class DestinationBackup < Struct.new(
  :create_timestamp,
  :source_region,
  :source_backup,
  :source_cluster)
  SENSITIVE = []
  include Aws::Structure
end

#source_regionString

The AWS region that contains the source backup from which the new backup was copied.

Returns:

  • (String)


694
695
696
697
698
699
700
701
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 694

class DestinationBackup < Struct.new(
  :create_timestamp,
  :source_region,
  :source_backup,
  :source_cluster)
  SENSITIVE = []
  include Aws::Structure
end