Class: Aws::Types::ResourceChange
- Inherits:
-
Object
- Object
- Aws::Types::ResourceChange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "Add", ...
Returns the value of attribute action.
-
#after_context ⇒ ::String
Returns the value of attribute after_context.
-
#before_context ⇒ ::String
Returns the value of attribute before_context.
-
#change_set_id ⇒ ::String
Returns the value of attribute change_set_id.
-
#details ⇒ ::Array[Types::ResourceChangeDetail]
Returns the value of attribute details.
-
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
-
#module_info ⇒ Types::ModuleInfo
Returns the value of attribute module_info.
-
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
-
#policy_action ⇒ "Delete", ...
Returns the value of attribute policy_action.
-
#previous_deployment_context ⇒ ::String
Returns the value of attribute previous_deployment_context.
-
#replacement ⇒ "True", ...
Returns the value of attribute replacement.
-
#resource_drift_ignored_attributes ⇒ ::Array[Types::ResourceDriftIgnoredAttribute]
Returns the value of attribute resource_drift_ignored_attributes.
-
#resource_drift_status ⇒ "IN_SYNC", ...
Returns the value of attribute resource_drift_status.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#scope ⇒ ::Array[("Properties" | "Metadata" | "CreationPolicy" | "UpdatePolicy" | "DeletionPolicy" | "UpdateReplacePolicy" | "Tags")]
Returns the value of attribute scope.
Instance Attribute Details
#action ⇒ "Add", ...
Returns the value of attribute action.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def action @action end |
#after_context ⇒ ::String
Returns the value of attribute after_context.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def after_context @after_context end |
#before_context ⇒ ::String
Returns the value of attribute before_context.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def before_context @before_context end |
#change_set_id ⇒ ::String
Returns the value of attribute change_set_id.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def change_set_id @change_set_id end |
#details ⇒ ::Array[Types::ResourceChangeDetail]
Returns the value of attribute details.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def details @details end |
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def logical_resource_id @logical_resource_id end |
#module_info ⇒ Types::ModuleInfo
Returns the value of attribute module_info.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def module_info @module_info end |
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def physical_resource_id @physical_resource_id end |
#policy_action ⇒ "Delete", ...
Returns the value of attribute policy_action.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def policy_action @policy_action end |
#previous_deployment_context ⇒ ::String
Returns the value of attribute previous_deployment_context.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def previous_deployment_context @previous_deployment_context end |
#replacement ⇒ "True", ...
Returns the value of attribute replacement.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def replacement @replacement end |
#resource_drift_ignored_attributes ⇒ ::Array[Types::ResourceDriftIgnoredAttribute]
Returns the value of attribute resource_drift_ignored_attributes.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def resource_drift_ignored_attributes @resource_drift_ignored_attributes end |
#resource_drift_status ⇒ "IN_SYNC", ...
Returns the value of attribute resource_drift_status.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def resource_drift_status @resource_drift_status end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def resource_type @resource_type end |
#scope ⇒ ::Array[("Properties" | "Metadata" | "CreationPolicy" | "UpdatePolicy" | "DeletionPolicy" | "UpdateReplacePolicy" | "Tags")]
Returns the value of attribute scope.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def scope @scope end |