Class: Aws::Types::Change
- Inherits:
-
Object
- Object
- Aws::Types::Change
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hook_invocation_count ⇒ ::Integer
Returns the value of attribute hook_invocation_count.
-
#resource_change ⇒ Types::ResourceChange
Returns the value of attribute resource_change.
-
#type ⇒ "Resource"
Returns the value of attribute type.
Instance Attribute Details
#hook_invocation_count ⇒ ::Integer
Returns the value of attribute hook_invocation_count.
100 101 102 |
# File 'sig/types.rbs', line 100 def hook_invocation_count @hook_invocation_count end |
#resource_change ⇒ Types::ResourceChange
Returns the value of attribute resource_change.
101 102 103 |
# File 'sig/types.rbs', line 101 def resource_change @resource_change end |
#type ⇒ "Resource"
Returns the value of attribute type.
99 100 101 |
# File 'sig/types.rbs', line 99 def type @type end |