Class: Aws::Types::ResourceTargetDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ResourceTargetDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_value ⇒ ::String
Returns the value of attribute after_value.
-
#after_value_from ⇒ "TEMPLATE"
Returns the value of attribute after_value_from.
-
#attribute ⇒ "Properties", ...
Returns the value of attribute attribute.
-
#attribute_change_type ⇒ "Add", ...
Returns the value of attribute attribute_change_type.
-
#before_value ⇒ ::String
Returns the value of attribute before_value.
-
#before_value_from ⇒ "PREVIOUS_DEPLOYMENT_STATE", "ACTUAL_STATE"
Returns the value of attribute before_value_from.
-
#drift ⇒ Types::LiveResourceDrift
Returns the value of attribute drift.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#requires_recreation ⇒ "Never", ...
Returns the value of attribute requires_recreation.
Instance Attribute Details
#after_value ⇒ ::String
Returns the value of attribute after_value.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def after_value @after_value end |
#after_value_from ⇒ "TEMPLATE"
Returns the value of attribute after_value_from.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def after_value_from @after_value_from end |
#attribute ⇒ "Properties", ...
Returns the value of attribute attribute.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def attribute @attribute end |
#attribute_change_type ⇒ "Add", ...
Returns the value of attribute attribute_change_type.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def attribute_change_type @attribute_change_type end |
#before_value ⇒ ::String
Returns the value of attribute before_value.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def before_value @before_value end |
#before_value_from ⇒ "PREVIOUS_DEPLOYMENT_STATE", "ACTUAL_STATE"
Returns the value of attribute before_value_from.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def before_value_from @before_value_from end |
#drift ⇒ Types::LiveResourceDrift
Returns the value of attribute drift.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def drift @drift end |
#name ⇒ ::String
Returns the value of attribute name.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def name @name end |
#path ⇒ ::String
Returns the value of attribute path.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def path @path end |
#requires_recreation ⇒ "Never", ...
Returns the value of attribute requires_recreation.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def requires_recreation @requires_recreation end |