Class: Aws::StorageGateway::Types::CreateTapesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::CreateTapesOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
CreateTapeOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tape_arns ⇒ Array<String>
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
Instance Attribute Details
#tape_arns ⇒ Array<String>
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
2212 2213 2214 2215 2216 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2212 class CreateTapesOutput < Struct.new( :tape_arns) SENSITIVE = [] include Aws::Structure end |