Class: Aws::Types::ActionTarget
- Inherits:
-
Object
- Object
- Aws::Types::ActionTarget
- 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.
99 100 101 |
# File 'sig/types.rbs', line 99 def action_target_arn @action_target_arn end |
#description ⇒ ::String
Returns the value of attribute description.
101 102 103 |
# File 'sig/types.rbs', line 101 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
100 101 102 |
# File 'sig/types.rbs', line 100 def name @name end |