Class: Aws::StorageGateway::Types::CancelArchivalInput

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

Overview

CancelArchivalInput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.



951
952
953
954
955
956
# File 'lib/aws-sdk-storagegateway/types.rb', line 951

class CancelArchivalInput < Struct.new(
  :gateway_arn,
  :tape_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tape_arnString

The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.



951
952
953
954
955
956
# File 'lib/aws-sdk-storagegateway/types.rb', line 951

class CancelArchivalInput < Struct.new(
  :gateway_arn,
  :tape_arn)
  SENSITIVE = []
  include Aws::Structure
end