Class: Aws::Types::UpdateChapCredentialsInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChapCredentialsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#initiator_name ⇒ ::String
Returns the value of attribute initiator_name.
-
#secret_to_authenticate_initiator ⇒ ::String
Returns the value of attribute secret_to_authenticate_initiator.
-
#secret_to_authenticate_target ⇒ ::String
Returns the value of attribute secret_to_authenticate_target.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#initiator_name ⇒ ::String
Returns the value of attribute initiator_name.
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.
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.
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.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def target_arn @target_arn end |