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
show all
Defined in:
(unknown)

Overview

Information about a resource change that will occur when a plan is executed.

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The change action.

Possible values:

  • ADD
  • MODIFY
  • REMOVE

Returns:

  • (String)

    The change action.

#detailsArray<Types::ResourceChangeDetail>

Information about the resource changes.

Returns:

#logical_resource_idString

The ID of the resource, as defined in the CloudFormation template.

Returns:

  • (String)

    The ID of the resource, as defined in the CloudFormation template.

#physical_resource_idString

The ID of the resource, if it was already created.

Returns:

  • (String)

    The ID of the resource, if it was already created.

#replacementString

If the change type is Modify, indicates whether the existing resource is deleted and replaced with a new one.

Possible values:

  • TRUE
  • FALSE
  • CONDITIONAL

Returns:

  • (String)

    If the change type is Modify, indicates whether the existing resource is deleted and replaced with a new one.

#resource_typeString

The type of resource.

Returns:

  • (String)

    The type of resource.

#scopeArray<String>

The change scope.

Returns:

  • (Array<String>)

    The change scope.