Class: Aws::Types::DeleteLaunchActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLaunchActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#action_id ⇒ ::String
Returns the value of attribute action_id.
208 209 210 |
# File 'sig/types.rbs', line 208 def action_id @action_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
207 208 209 |
# File 'sig/types.rbs', line 207 def resource_id @resource_id end |