DeleteProjectResult

public struct DeleteProjectResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the deleted project.

    Declaration

    Swift

    public let projectArn: String?
  • The ID of the primary stack in AWS CloudFormation that will be deleted as part of deleting the project and its resources.

    Declaration

    Swift

    public let stackId: String?
  • Undocumented

    Declaration

    Swift

    public init(projectArn: String? = nil, stackId: String? = nil)