DeleteResourcesByExternalIdInput

public struct DeleteResourcesByExternalIdInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.

    Declaration

    Swift

    public let externalId: String?
  • Undocumented

    Declaration

    Swift

    public init(externalId: String? = nil)