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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


1254
1255
1256
1257
1258
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1254

class DeleteResourcesByExternalIdInput < Struct.new(
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end