Class: Aws::Types::ChapInfo
- Inherits:
-
Object
- Object
- Aws::Types::ChapInfo
- 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.
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.
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.
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.
220 221 222 |
# File 'sig/types.rbs', line 220 def target_arn @target_arn end |