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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/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)


2226
2227
2228
2229
2230
2231
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2226

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)


2226
2227
2228
2229
2230
2231
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2226

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