Class: Aws::Types::DeleteChapCredentialsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteChapCredentialsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#initiator_name ⇒ ::String
Returns the value of attribute initiator_name.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#initiator_name ⇒ ::String
Returns the value of attribute initiator_name.
450 451 452 |
# File 'sig/types.rbs', line 450 def initiator_name @initiator_name end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
449 450 451 |
# File 'sig/types.rbs', line 449 def target_arn @target_arn end |