Class: Aws::StorageGateway::Types::DeleteChapCredentialsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteChapCredentialsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing one or more of the following fields:
-
DeleteChapCredentialsInput$InitiatorName
-
DeleteChapCredentialsInput$TargetARN
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#initiator_name ⇒ String
The iSCSI initiator that connects to the target.
-
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the iSCSI volume target.
Instance Attribute Details
#initiator_name ⇒ String
The iSCSI initiator that connects to the target.
2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2309 class DeleteChapCredentialsInput < Struct.new( :target_arn, :initiator_name) SENSITIVE = [] include Aws::Structure end |
#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.
2309 2310 2311 2312 2313 2314 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2309 class DeleteChapCredentialsInput < Struct.new( :target_arn, :initiator_name) SENSITIVE = [] include Aws::Structure end |