RemoveFlowVpcInterfaceResponse

public struct RemoveFlowVpcInterfaceResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the flow that is associated with the VPC interface you removed.

    Declaration

    Swift

    public let flowArn: String?
  • IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.

    Declaration

    Swift

    public let nonDeletedNetworkInterfaceIds: [String]?
  • The name of the VPC interface that was removed.

    Declaration

    Swift

    public let vpcInterfaceName: String?
  • Undocumented

    Declaration

    Swift

    public init(flowArn: String? = nil, nonDeletedNetworkInterfaceIds: [String]? = nil, vpcInterfaceName: String? = nil)