Class: Aws::CodeDeploy::Types::DeleteResourcesByExternalIdInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::DeleteResourcesByExternalIdInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Note:
When making an API call, you may pass DeleteResourcesByExternalIdInput data as a hash:
{
external_id: "ExternalId",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#external_id ⇒ String
The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.
Instance Attribute Details
#external_id ⇒ String
The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.
1568 1569 1570 1571 1572 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 1568 class DeleteResourcesByExternalIdInput < Struct.new( :external_id) SENSITIVE = [] include Aws::Structure end |