Class: Aws::Types::StackRefactorAction
- Inherits:
-
Object
- Object
- Aws::Types::StackRefactorAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "MOVE", "CREATE"
Returns the value of attribute action.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#detection ⇒ "AUTO", "MANUAL"
Returns the value of attribute detection.
-
#detection_reason ⇒ ::String
Returns the value of attribute detection_reason.
-
#entity ⇒ "RESOURCE", "STACK"
Returns the value of attribute entity.
-
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#resource_mapping ⇒ Types::ResourceMapping
Returns the value of attribute resource_mapping.
-
#tag_resources ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_resources.
-
#untag_resources ⇒ ::Array[::String]
Returns the value of attribute untag_resources.
Instance Attribute Details
#action ⇒ "MOVE", "CREATE"
Returns the value of attribute action.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def action @action end |
#description ⇒ ::String
Returns the value of attribute description.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def description @description end |
#detection ⇒ "AUTO", "MANUAL"
Returns the value of attribute detection.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def detection @detection end |
#detection_reason ⇒ ::String
Returns the value of attribute detection_reason.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def detection_reason @detection_reason end |
#entity ⇒ "RESOURCE", "STACK"
Returns the value of attribute entity.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def entity @entity end |
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def physical_resource_id @physical_resource_id end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def resource_identifier @resource_identifier end |
#resource_mapping ⇒ Types::ResourceMapping
Returns the value of attribute resource_mapping.
1757 1758 1759 |
# File 'sig/types.rbs', line 1757 def resource_mapping @resource_mapping end |
#tag_resources ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_resources.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def tag_resources @tag_resources end |
#untag_resources ⇒ ::Array[::String]
Returns the value of attribute untag_resources.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def untag_resources @untag_resources end |