Class: Aws::StorageGateway::Types::DescribeChapCredentialsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeChapCredentialsInput
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the iSCSI volume target.
Instance Attribute Details
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
2798 2799 2800 2801 2802 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2798 class DescribeChapCredentialsInput < Struct.new( :target_arn) SENSITIVE = [] include Aws::Structure end |