class Aws::DevOpsGuru::Types::UpdateResourceCollectionRequest

@note When making an API call, you may pass UpdateResourceCollectionRequest

data as a hash:

    {
      action: "ADD", # required, accepts ADD, REMOVE
      resource_collection: { # required
        cloud_formation: {
          stack_names: ["StackName"],
        },
      },
    }

@!attribute [rw] action

Specifies if the resource collection in the request is added or
deleted to the resource collection.
@return [String]

@!attribute [rw] resource_collection

Contains information used to update a collection of AWS resources.
@return [Types::UpdateResourceCollectionFilter]

@see docs.aws.amazon.com/goto/WebAPI/devops-guru-2020-12-01/UpdateResourceCollectionRequest AWS API Documentation

Constants

SENSITIVE