Class: Aws::StorageGateway::Types::DescribeChapCredentialsInput

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

Overview

A JSON object containing the Amazon Resource Name (ARN) of the iSCSI volume target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_arnString

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

Returns:

  • (String)


2696
2697
2698
2699
2700
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2696

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