Class: Aws::Types::ActionTarget
- Inherits:
-
Object
- Object
- Aws::Types::ActionTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
20 21 22 |
# File 'sig/types.rbs', line 20 def description @description end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
19 20 21 |
# File 'sig/types.rbs', line 19 def resource_id @resource_id end |