Class: Aws::Types::CreateCustomActionTypeOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomActionTypeOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_type ⇒ Types::ActionType
Returns the value of attribute action_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#action_type ⇒ Types::ActionType
Returns the value of attribute action_type.
369 370 371 |
# File 'sig/types.rbs', line 369 def action_type @action_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
370 371 372 |
# File 'sig/types.rbs', line 370 def @tags end |