You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::DeleteResourcesByExternalIdInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteResourcesByExternalIdInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  external_id: "ExternalId",
}

Instance Attribute Summary collapse

Instance Attribute Details

#external_idString

The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.

Returns:

  • (String)

    The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.