Class: Aws::Types::HookTarget
- Inherits:
-
Object
- Object
- Aws::Types::HookTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "CREATE", ...
Returns the value of attribute action.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
-
#target_type ⇒ "RESOURCE"
Returns the value of attribute target_type.
-
#target_type_name ⇒ ::String
Returns the value of attribute target_type_name.
Instance Attribute Details
#action ⇒ "CREATE", ...
Returns the value of attribute action.
895 896 897 |
# File 'sig/types.rbs', line 895 def action @action end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
894 895 896 |
# File 'sig/types.rbs', line 894 def target_id @target_id end |
#target_type ⇒ "RESOURCE"
Returns the value of attribute target_type.
892 893 894 |
# File 'sig/types.rbs', line 892 def target_type @target_type end |
#target_type_name ⇒ ::String
Returns the value of attribute target_type_name.
893 894 895 |
# File 'sig/types.rbs', line 893 def target_type_name @target_type_name end |