You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ServiceCatalog::Types::ResourceChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ResourceChange
- Defined in:
- (unknown)
Overview
Information about a resource change that will occur when a plan is executed.
Instance Attribute Summary collapse
-
#action ⇒ String
The change action.
-
#details ⇒ Array<Types::ResourceChangeDetail>
Information about the resource changes.
-
#logical_resource_id ⇒ String
The ID of the resource, as defined in the CloudFormation template.
-
#physical_resource_id ⇒ String
The ID of the resource, if it was already created.
-
#replacement ⇒ String
If the change type is
Modify
, indicates whether the existing resource is deleted and replaced with a new one. -
#resource_type ⇒ String
The type of resource.
-
#scope ⇒ Array<String>
The change scope.
Instance Attribute Details
#action ⇒ String
The change action.
Possible values:
- ADD
- MODIFY
- REMOVE
#details ⇒ Array<Types::ResourceChangeDetail>
Information about the resource changes.
#logical_resource_id ⇒ String
The ID of the resource, as defined in the CloudFormation template.
#physical_resource_id ⇒ String
The ID of the resource, if it was already created.
#replacement ⇒ String
If the change type is Modify
, indicates whether the existing resource
is deleted and replaced with a new one.
Possible values:
- TRUE
- FALSE
- CONDITIONAL
#resource_type ⇒ String
The type of resource.
#scope ⇒ Array<String>
The change scope.