Class: Aws::Types::UpdateChapCredentialsInput

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)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def initiator_name
  @initiator_name
end

#secret_to_authenticate_initiator::String

Returns the value of attribute secret_to_authenticate_initiator.

Returns:

  • (::String)


1465
1466
1467
# File 'sig/types.rbs', line 1465

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)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def secret_to_authenticate_target
  @secret_to_authenticate_target
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


1464
1465
1466
# File 'sig/types.rbs', line 1464

def target_arn
  @target_arn
end