Class: Aws::Types::ChangeSetHookResourceTargetDetails
- Inherits:
-
Object
- Object
- Aws::Types::ChangeSetHookResourceTargetDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
-
#resource_action ⇒ "Add", ...
Returns the value of attribute resource_action.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
116 117 118 |
# File 'sig/types.rbs', line 116 def logical_resource_id @logical_resource_id end |
#resource_action ⇒ "Add", ...
Returns the value of attribute resource_action.
118 119 120 |
# File 'sig/types.rbs', line 118 def resource_action @resource_action end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
117 118 119 |
# File 'sig/types.rbs', line 117 def resource_type @resource_type end |