Class: Aws::StorageGateway::Types::UpdateChapCredentialsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateChapCredentialsOutput
- 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. This is the same initiator name specified in the request.
6757 6758 6759 6760 6761 6762 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6757 class UpdateChapCredentialsOutput < Struct.new( :target_arn, :initiator_name) SENSITIVE = [] include Aws::Structure end |
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.
6757 6758 6759 6760 6761 6762 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6757 class UpdateChapCredentialsOutput < Struct.new( :target_arn, :initiator_name) SENSITIVE = [] include Aws::Structure end |