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.
-
#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.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def causing_entity @causing_entity end |
#evaluation ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute evaluation.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def evaluation @evaluation end |
#target ⇒ Types::ResourceTargetDefinition
Returns the value of attribute target.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def target @target end |