Class: Aws::StorageGateway::Types::DeleteChapCredentialsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteChapCredentialsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing the following fields:
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 target.
Instance Attribute Details
#initiator_name ⇒ String
The iSCSI initiator that connects to the target.
2328 2329 2330 2331 2332 2333 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2328 class DeleteChapCredentialsOutput < Struct.new( :target_arn, :initiator_name) SENSITIVE = [] include Aws::Structure end |
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the target.
2328 2329 2330 2331 2332 2333 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2328 class DeleteChapCredentialsOutput < Struct.new( :target_arn, :initiator_name) SENSITIVE = [] include Aws::Structure end |