Class: Aws::Types::ResourceChangeDetail
- Inherits:
-
Object
- Object
- Aws::Types::ResourceChangeDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#causing_entity ⇒ ::String
Returns the value of attribute causing_entity.
-
#change_source ⇒ "ResourceReference", ...
Returns the value of attribute change_source.
-
#evaluation ⇒ "Static", "Dynamic"
Returns the value of attribute evaluation.
-
#target ⇒ Types::ResourceTargetDefinition
Returns the value of attribute target.
Instance Attribute Details
#causing_entity ⇒ ::String
Returns the value of attribute causing_entity.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def causing_entity @causing_entity end |
#change_source ⇒ "ResourceReference", ...
Returns the value of attribute change_source.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def change_source @change_source end |
#evaluation ⇒ "Static", "Dynamic"
Returns the value of attribute evaluation.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def evaluation @evaluation end |
#target ⇒ Types::ResourceTargetDefinition
Returns the value of attribute target.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def target @target end |