Class: Aws::StorageGateway::Types::CreateTapesOutput

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

Overview

CreateTapeOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tape_arnsArray<String>

A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.

Returns:

  • (Array<String>)


2110
2111
2112
2113
2114
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2110

class CreateTapesOutput < Struct.new(
  :tape_arns)
  SENSITIVE = []
  include Aws::Structure
end