Class: Aws::StorageGateway::Types::AssignTapePoolInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bypass_governance_retentionBoolean

Set permissions to bypass governance retention. If the lock type of the archived tape is Governance, the tape's archived age is not older than RetentionLockInDays, and the user does not already have BypassGovernanceRetention, setting this to TRUE enables the user to bypass the retention lock. This parameter is set to true by default for calls from the console.

Valid values: TRUE | FALSE

Returns:

  • (Boolean)


338
339
340
341
342
343
344
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 338

class AssignTapePoolInput < Struct.new(
  :tape_arn,
  :pool_id,
  :bypass_governance_retention)
  SENSITIVE = []
  include Aws::Structure
end

#pool_idString

The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.

Returns:

  • (String)


338
339
340
341
342
343
344
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 338

class AssignTapePoolInput < Struct.new(
  :tape_arn,
  :pool_id,
  :bypass_governance_retention)
  SENSITIVE = []
  include Aws::Structure
end

#tape_arnString

The unique Amazon Resource Name (ARN) of the virtual tape that you want to add to the tape pool.

Returns:

  • (String)


338
339
340
341
342
343
344
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 338

class AssignTapePoolInput < Struct.new(
  :tape_arn,
  :pool_id,
  :bypass_governance_retention)
  SENSITIVE = []
  include Aws::Structure
end