Class: Aws::Types::UpdateActionTargetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateActionTargetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_target_arn ⇒ ::String
Returns the value of attribute action_target_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#action_target_arn ⇒ ::String
Returns the value of attribute action_target_arn.
7929 7930 7931 |
# File 'sig/types.rbs', line 7929 def action_target_arn @action_target_arn end |
#description ⇒ ::String
Returns the value of attribute description.
7931 7932 7933 |
# File 'sig/types.rbs', line 7931 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
7930 7931 7932 |
# File 'sig/types.rbs', line 7930 def name @name end |