Class: Aws::CodeDeploy::Types::DeleteResourcesByExternalIdInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::DeleteResourcesByExternalIdInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
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.
1254 1255 1256 1257 1258 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 1254 class DeleteResourcesByExternalIdInput < Struct.new( :external_id) SENSITIVE = [] include Aws::Structure end |