Class: Aws::StorageGateway::Types::UpdateChapCredentialsOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#initiator_nameString

The iSCSI initiator that connects to the target. This is the same initiator name specified in the request.

Returns:

  • (String)


6495
6496
6497
6498
6499
6500
# File 'lib/aws-sdk-storagegateway/types.rb', line 6495

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

#target_arnString

The Amazon Resource Name (ARN) of the target. This is the same target specified in the request.

Returns:

  • (String)


6495
6496
6497
6498
6499
6500
# File 'lib/aws-sdk-storagegateway/types.rb', line 6495

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