Class: Aws::Types::ChapInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:secret_to_authenticate_initiator, :secret_to_authenticate_target])

Instance Attribute Summary collapse

Instance Attribute Details

#initiator_name::String

Returns the value of attribute initiator_name.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def initiator_name
  @initiator_name
end

#secret_to_authenticate_initiator::String

Returns the value of attribute secret_to_authenticate_initiator.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def secret_to_authenticate_initiator
  @secret_to_authenticate_initiator
end

#secret_to_authenticate_target::String

Returns the value of attribute secret_to_authenticate_target.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def secret_to_authenticate_target
  @secret_to_authenticate_target
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def target_arn
  @target_arn
end