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.
-
#details ⇒ ::Array[Types::ResourceChangeDetail]
Returns the value of attribute details.
-
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
-
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
-
#replacement ⇒ "TRUE", ...
Returns the value of attribute replacement.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#scope ⇒ ::Array[("PROPERTIES" | "METADATA" | "CREATIONPOLICY" | "UPDATEPOLICY" | "DELETIONPOLICY" | "TAGS")]
Returns the value of attribute scope.
Instance Attribute Details
#action ⇒ "ADD", ...
Returns the value of attribute action.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def action @action end |
#details ⇒ ::Array[Types::ResourceChangeDetail]
Returns the value of attribute details.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def details @details end |
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def logical_resource_id @logical_resource_id end |
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def physical_resource_id @physical_resource_id end |
#replacement ⇒ "TRUE", ...
Returns the value of attribute replacement.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def replacement @replacement end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def resource_type @resource_type end |
#scope ⇒ ::Array[("PROPERTIES" | "METADATA" | "CREATIONPOLICY" | "UPDATEPOLICY" | "DELETIONPOLICY" | "TAGS")]
Returns the value of attribute scope.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def scope @scope end |