Class: Aws::StorageGateway::Types::DeleteChapCredentialsOutput

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.

Returns:

  • (String)


2219
2220
2221
2222
2223
2224
# File 'lib/aws-sdk-storagegateway/types.rb', line 2219

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

#target_arnString

The Amazon Resource Name (ARN) of the target.

Returns:

  • (String)


2219
2220
2221
2222
2223
2224
# File 'lib/aws-sdk-storagegateway/types.rb', line 2219

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